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

Vue Router 4 for Everyone

Installing and Setting Up Vue Router with Vite (Vite Only)

In this lesson, we'll learn how to install and set up the project with Vite.

Unlike Vue CLI, Vite does not provide an option to setup Vue Router for you. That's ok though, because it allows us a great opportunity to see how to install Vue Router 4 from scratch. This will be helpful not only for the projects you create using Vite but also anytime you need to add Vue Router to an existing project.

Links