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

Create-Vue - creating the project

In this tutorial, we’ll create our project using create-vue, which is a CLI tool based on a build tool called Vite.js. We’ll be touring the project that the CLI generates for us to get comfortable working within