0.7.1 • Published 8 years ago

vuex-fsa v0.7.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Vuex Build Status npm package

Flux-inspired Application Architecture for Vue.js.

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 vue-devtools support)