Package Exports
- vuex
- vuex/dist/logger
- 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 
Centralized State Management for Vue.js.
Examples
Running the examples:
$ npm install
$ npm run dev # serve examples at localhost:8080
Contribution
Please make sure to read the Contributing Guide before making a pull request.