Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue Router for Everyone

Vue Router Named Routes and Params

In this lesson, we learn how to work with Vue router and named routes. We also learn how to pass dynamic parameters to the router, called params.

Named routes are highly recommended as they allow us to do changes to the URL without the need for refactoring the links in our apps.