illustration for A Journey with Vue-Router

A Journey with Vue-Router

Instructor

Laurie Barth
28m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.3
135
people completed
Bookmark
Download
RSS

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.

What you'll learn

  • Router installation and set up
  • Route creation
  • Router link creation
  • Work with subroutes
  • Creating a default route
  • Access route metadata
  • Create navigation guards