A Journey with Vue-Router
Learn how to set up and navigate routes in Vue using vue-router. This course covers everything from basic routing to navigation guards and more.
Ever built a website? Did it have more than one page?
If it did, you learned quickly how essential routing is to the success of your project. And in so many frameworks routing is a painful and complex thing to learn.
But not in Vue!
Vue has an incredibly clean and powerful library called vue-router that takes care of everything you could need.
In this course, we’ll cover what you need to know to get started with vue-router.
Course Content
Set up Vue-Router and add the Root Application Route
Create Routes in Vue and Understand the Path Hierarchy
Access Route Parameters in a Vue Component
Create Subroutes Displaying One or More Vue Components with the children Key
Catch All Undefined Paths with a Wildcard Route in Vue
Add Metadata to Vue Routes
Block Unauthenticated Access to Pages with Vue Router Navigation Guards
Programmatically Navigate to Routes with Vue Component Methods
Use Vue Router-Link to Navigate within Components
Refactor Your Router and Route Definitions into Separate Files
User Reviews
Be the first to review “A Journey with Vue-Router”
You must be logged in to post a review.
There are no reviews yet.