Modules Module Local State Namespacing Accessing Global Assets in Namespaced Modules Register Global Action in Namespaced Modules Binding Helpers with Namespace Caveat for Plug...
Plugins Committing Mutations Inside Plugins Taking State Snapshots Built-in Logger Plugin Plugins Try this lesson on Scrimba Vuex stores accept the plugins option that ex...
Testing levels Testing levels Unit tests Frontend unit tests When to use unit tests When not to use unit tests What to mock in unit tests What not to mock in unit tests Front...
Strict Mode Development vs. Production Strict Mode To enable strict mode, simply pass in strict: true when creating a Vuex store: const store = createStore ({ // ......