Section 1 - Vue.js Essentials

Loops with v-for

Learn how to use another directive, v-for, to iterate over lists. We also briefly see v-show, which is very similar to v-if.

The source code for the entire course can be found here.

1.0
Course Introduction
4:07
1.1
Your first Vue.js App
4:28
1.2
Adding a Template Property
1:33
1.3
User Interactions with Methods
3:40
1.4
Control Flow with v-if and v-else
2:34
1.5
Loops with v-for
2:07
1.6
Computed Properties
3:39
Class Bindings
3:21
Input Validation
5:30
The Amazing v-model
3:37
Your First Component
2:25
Component Props
7:29
Child-Parent Communication with Events
5:39