Package Exports
- vuex
- vuex/dist/vuex.js
- vuex/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vuex

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!)
Examples
Running the examples:
$ 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 upcoming vue-devtools support)