๐Ÿ“– Vue School: Deeper conceptual learning about Vuex store: (6) getters great for calculation, eg update shopping cart total; (7) actions are store's methods, decides when a mutation triggers; (8) global $store in root instance injects into all components, so that don't have to import everytime 30 seconds ago