Build a Navigation Component in Vue.js and Use in a Nuxt Layout

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

You can isolate parts of templates you want to re-use into components, but you can also reuse those components across pages using layouts. This lesson walks you through creation a navigation component then extracting it out into the default layout.

Eduardo Partipilo
~ 7 years ago

Hello, what about this scenario,

bulma installed with yarn

css: [ { src: 'bulma', lang: 'sass' } ]

this is getting me This dependency was not found error.

Thanks!