Reducing Boilerplate in Tests The Posts Component Vuex/VueRouter Factory Functions The Tests (before refactor) A Custom createWrapper Function Improving the createWrapper fu...
API Reference Store createStore Store Constructor Options state mutations actions getters modules plugins strict devtools Store Instance Properties state getters Stor...
Hot Reloading Dynamic module hot reloading Hot Reloading Vuex supports hot-reloading mutations, modules, actions and getters during development, using webpack’s Hot Module Rep...
Mutations Commit with Payload Object-Style Commit Using Constants for Mutation Types Mutations Must Be Synchronous Committing Mutations in Components On to Actions Mutati...