Нет описания

Evan You e874d069b0 support hot reload in examples again 9 лет назад
build 7d893808d1 adjust build setup 9 лет назад
dist f4fd8bc99e [build] 2.0.0-rc.3 9 лет назад
docs 234a3bf7cb update docs for 1.0-rc.2 9 лет назад
examples e874d069b0 support hot reload in examples again 9 лет назад
src c5e9c86ba3 make registerMutation and registerAction private 9 лет назад
test ce60bc7dd5 adjust store registration method names 9 лет назад
types 8130c4fa65 improve type test for subscribe 9 лет назад
.babelrc 3c6d085ab8 dist build 9 лет назад
.eslintrc 9624f311a5 update for 2.0 9 лет назад
.gitignore 09178ab7e2 replace e2e tests with nightwatch 9 лет назад
LICENSE 0125dd7ca4 Add License (#203) 9 лет назад
README.md 0125dd7ca4 Add License (#203) 9 лет назад
bower.json 2c5b08d3d2 0.4.1 + dist build 9 лет назад
circle.yml d82a789fb6 support array syntax for mapState (#260) 9 лет назад
package.json e874d069b0 support hot reload in examples again 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 vue-devtools support)

License

MIT