Start Vue JS
Section 1
Extending Vue js
Section 2
Function and access data
Reactive Properties
Disable re-rendering
Listen to events and event obj
Arguments and Event operations
Write Javascript in Template
Two way binding
Reacting to changes with computed properties
Watch , alternative use of computed
Shorthands
Dynamic design by class
Dynamic design by objects
Dynamic design by name
Dynamic design without css class
Section 3
Vue conditional rendering
Vue conditional rendering by template
Vue conditional rendering by detaching
Vue rendering lists
Section 4
Monster Game Exercise
Section 5 vue instance
Mounting Template
Component
Life cycle
Section 7 vue component
Storing data in vue component
Register components locally
Status
Toggle Menu
Home
(current)
Link
Dropdown
Action
Another action
Something else here
Item
{{ country }}
Item and Index
{{ country }} ({{ i }})
Item in template
{{ country }}
{{ index }}
Items by object
{{ val.name }}
Items value, key and index
{{ key }} : {{ value }} ({{ index }})
Loop and numberig
{{ n }}
Push elements
Add Country