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

API Calls with Axios

As our app currently stands, the events that we’re displaying are simply hard-coded within the data of the EventListView.vue component. In a real-world app, there would likely be some sort of database of events that we would be pulling from. Our app would make a request for the events, the server would respond