Week 20

Back

Plan

Read about State Management
https://vuejs.org/guide/scaling-up/state-management.html

Continue working on Vue.js concepts
https://vuejs.org/guide
https://vuejs.org/tutorial

Live coding

Global store ("database")

How do we make a store to keep all our data globally accessable for every component?
Take a look at the source code

Webshop!

Lets build the webshop and make it ready for the internet!