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
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 upcoming vue-devtools support)