
Real World Vue 3 (Composition API)
Lessons
1. Building a Vue 3 app
2. Create-Vue - creating the project
3. Single File Components
4. Vue Router Essentials
5. API Calls with Axios
6. Dynamic Routing
7. Deploying with Render
8. Scaling the app
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.