Bez popisu

zhishaofei 36c2951d33 Update state.md (#870) před 8 roky
build f97d106c30 docs před 9 roky
dist 3ea85d62cd [build] 1.0.1 před 8 roky
docs 36c2951d33 Update state.md (#870) před 8 roky
examples 031ddb5ecf store.on(mutation) -> store.subscribe před 9 roky
src 81217dd18a [v1.0] Assert dispatched type (#552) před 8 roky
test 81217dd18a [v1.0] Assert dispatched type (#552) před 8 roky
types 6730597aed Modify type files to external module definition format to publish them via npm (#242) před 9 roky
.babelrc 3c6d085ab8 dist build před 9 roky
.eslintrc.json 2716c2e8df Housekeeping for v1.0 branch (#551) před 8 roky
.gitignore 939e0c8a68 remove logger.js from gitignore před 8 roky
LICENSE 0125dd7ca4 Add License (#203) před 9 roky
README.md ae778eef11 Adds an additional example (#307) před 8 roky
bower.json 2c5b08d3d2 0.4.1 + dist build před 9 roky
circle.yml dd2499e675 use node 5 on CI před 9 roky
logger.d.ts 6730597aed Modify type files to external module definition format to publish them via npm (#242) před 9 roky
logger.js 3ea85d62cd [build] 1.0.1 před 8 roky
package.json 2716c2e8df Housekeeping for v1.0 branch (#551) před 8 roky
yarn.lock 3ea85d62cd [build] 1.0.1 před 8 roky

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