Нема описа

Evan You f07adcae6a also support object format dispatch пре 9 година
build f88232b964 use release script to avoid mess ups... пре 9 година
dist 8dbc39a47a [build] 0.6.1 пре 9 година
docs e9a719734b note about sub-module root пре 9 година
examples 0c01cb75bf make getters globally cached пре 9 година
src f07adcae6a also support object format dispatch пре 9 година
test f07adcae6a also support object format dispatch пре 9 година
.babelrc 3c6d085ab8 dist build пре 9 година
.eslintrc 2d4a1fd763 update deps пре 9 година
.gitignore ae5506f8ab add build examples script пре 9 година
README.md d10e1b525c Adding video introduction for Vuex пре 9 година
bower.json 2c5b08d3d2 0.4.1 + dist build пре 9 година
circle.yml 32718c9ee3 update build setup пре 9 година
package.json f88232b964 use release script to avoid mess ups... пре 9 година

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