Configure Named Routes in Vue.js and Nuxt.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

As you create more and more routes, the paths become difficult to manage and concatenate the parts together as just a giant string. Using named routes allows you to reference the route by a simple string then pass in the params as an object. This lesson covers configuring named routes in Nuxt.js in the nuxt.config.js and the passing the named route to a router-link.