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