
Intro to Vue 2
Lessons
1. The Vue Instance
2. Attribute Binding
3. Conditional Rendering
4. List Rendering
5. Event Handling
6. Class & Style Binding
7. Computed Properties
8. Components
9. Communicating Events
10. Forms & v-model
11. Tabs
Components
In this lesson we’ll be learning components: reusable blocks of code that can have both structure and functionality and create a more modular and maintainable codebase.