Real World Vue 3 (Composition API)

Lessons

1. Building a Vue 3 app

0:44

2. Create-Vue - creating the project

5:21

3. Single File Components

13:03

4. Vue Router Essentials

8:35

5. API Calls with Axios

8:54

6. Dynamic Routing

12:16

7. Deploying with Render

10:30

8. Scaling the app

3:48

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

Server-Side vs Client-Side Routing

When it comes