
Real World Vue 2
Lessons
1. Intro to Real World Vue
2. Vue CLI 3 - Creating our Project
3. Optimizing your Editor
4. Vue Router Basics
5. Dynamic Routing & History Mode
6. Single File Vue Components
7. Global Components
8. Slots
9. API calls with Axios
API calls with Axios
Learn how to load data from an API into your Vue application using the Axios library. Then we’ll modularize our code into a service.