Week 19

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

Computed properties and functions

We know how to make variables reactive, but how can we make a function reactive?
Take a look at the source code

Lifecycle

A Component is like a living organism. It is "born", it "lives" and it "dies". Sometimes it can be usefull to run some code at these lifecycle hooks and so Vue provides functions that can be used for that.
Take a look at the source code

Webshop!

Lets make some buttons