Sin descripción

Ryan Dobbs d25a976b96 Update structure.md (#170) hace 9 años
build d5fdaeadca release script hace 9 años
dist 6c85280afb [build] 0.6.3 hace 9 años
docs d25a976b96 Update structure.md (#170) hace 9 años
examples 0c01cb75bf make getters globally cached hace 9 años
src f06552343e console.warn when getter is not a function (#151) hace 9 años
test f06552343e console.warn when getter is not a function (#151) hace 9 años
.babelrc 3c6d085ab8 dist build hace 9 años
.eslintrc 2d4a1fd763 update deps hace 9 años
.gitignore ae5506f8ab add build examples script hace 9 años
README.md 9e441519b0 Update README.md (#146) hace 9 años
bower.json 2c5b08d3d2 0.4.1 + dist build hace 9 años
circle.yml dd2499e675 use node 5 on CI hace 9 años
index.d.ts 695797c4c2 add typescript definition (#152) hace 9 años
package.json 4c63398415 [release] 0.6.3 hace 9 años
tsconfig.json 695797c4c2 add typescript definition (#152) hace 9 años

README.md

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)