JSPM

  • Created
  • Published
  • Downloads 1492643
  • Score
    100M100P100Q181170F
  • 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

Flux-inspired Application Architecture for Vue.js.

Documentation

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

Principles

  • Terse
  • Testable
  • Reactive
  • Single State Tree
  • Hot Reloading
  • Time Travel