
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
Single File Vue Components
Learn about the anatomy of a single file .vue component, how to use components together, work with scoped styles, and more.