Week 17
BackPlan
Lets work through the tutorial of Vue.js and learn the basics
https://vuejs.org/tutorial
For each section in the tutorial (15 in total) make a new local Vue project on your computer.
Live coding
Add new button component
How do we make a new component and include it in another?
Take a look at the
source code
For loop in Vue.js
How do we render a loop in Vue.js?
Take a look at the
source code