Create Vue.js Layout and Navigation with Nuxt.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Nuxt.js enables you to easily create layout and navigation by replacing the default App.vue template with your own app.vue layout in a layouts directory. Then you simply surround your content (the <nuxt> instance) with your navigation and/or layout and you're ready to go.