In this lesson we’re going to introduce you to the tools that Vue uses to navigate between pages (or views) in our application. We’ll cover:
- What is Client-Side Routing?
- What is a single page application?
- How is Vue Router setup in a Vue application?
- Then we’ll customize the routers in our example app
Server-Side vs Client-Side Routing
When it comes