JSPM

  • Created
  • Published
  • Downloads 1534861
  • Score
    100M100P100Q184928F
  • License MIT

state management for Vue.js

Package Exports

  • vuex
  • 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 Build Status npm package

Flux-inspired Application Architecture for Vue.js.

NOTE: Vuex is still in development - API may change anytime.

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)