Section 1 - Vue.js Essentials

Computed Properties

See one of Vue's most powerful features, computed properties, which automatically update reactively and can be used for deriving data from existing sources, like the list of numbers we have.

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