Add Custom Routes for Hidden Pages with Vue.js and Nuxt.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Sometimes the pages/ directory structure doesn't meet your needs, so you'll need to customize your routes manually. Using the nuxt config and "hidden pages" you can map routes to view components without getting in the way of the default pages routing.