Vuex

Centralized State Management for Vue.js.

README

Vuex Build Status npm package


Flux-inspired Application Architecture for Vue.js.



- Great introduction and explanation by @skyronic (using outdated 0.3.0 API, but still worth a read!)

Examples



Running the examples:

  1. ``` bash
  2. $ npm install
  3. $ npm run counter # run the counter example
  4. ```

See npm scripts for all example npm scripts.

Principles


- Terse
- Testable
- Reactive
- Single State Tree
- Hot Reloading
- Time Travel (with vue-devtools support)

License