Real World Vue 3 (Options API)

Lessons

1. Building a Vue 3 app

0:46

2. Vue CLI - Creating the Project

9:38

3. Single File Components

12:18

4. Vue Router Essentials

8:46

5. API Calls with Axios

9:26

6. Dynamic Routing

12:03

7. Deploying with Render

10:59

8. Scaling the app

4:23

Vue Router Essentials

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 routes in our example app

Server-Side vs Client-Side Routing

When it comes to websites, typically we connect our page togeth