Introduction to Vuex Part 2 - implementation (video)
By Mike Street
Before proceeding, ensure you have read Part 1 of this blog post - An Introduction to Vuex Part 1 - managing state, storage and sharing data between components.
The code for this video can be found on Gitlab.
This video walks through adding Vuex to an existing app. Exploring the state
object, mutations
, actions
and getters
, this video walks through the process of adding Vuex from the start and what is involved in adding this plugin to your workflow.
Other resources
- Introduction to Vuex Part 1 - managing state, storage and sharing data between components
- Vue: Using localStorage with Vuex store
- Vue Lifecycle