Week 18

Back

Plan

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

Attribute binding & Event listeners

How can we use variables in HTML attributes?
How can we react to user input (events) ?
Take a look at the source code

Form binding

How can we tie variables to user input?
Take a look at the source code

Webshop!

Lets make a webshop

Video tutorials