Vuex
Centralized State Management for Vue.js.
README
Flux-inspired Application Architecture for Vue.js.
- Great introduction and explanation by @skyronic (using outdated 0.3.0 API, but still worth a read!)
- Feathers.js example using Vue.js and Vuex on the client to maintain state by Niall O'Brien (Twitter: @niall_obrien)
Examples
- Counter
- TodoMVC
Running the examples:
- ``` bash
- $ npm install
- $ npm run counter # run the counter example
- ```
See npm scripts for all example npm scripts.
Principles
- Terse
- Testable
- Reactive
- Single State Tree
- Hot Reloading
- Time Travel (with vue-devtools support)