Routes

Learn how to create and set route parameters with Vue Router.

Introduction to routes

Using a client-side router will give our SPAs the advantages of a server-side web appA server-side web app processes and generates content on the server before sending it to the user's browser.—namely, the ability to use the browser’s back and forward buttons to move through our app’s screens and the ability for the user to bookmark specific screens and/or states of our app.

Get hands-on with 1200+ tech skills courses.