Keine Beschreibung

Evan You 0c5ace4646 [release] 1.0.1 vor 8 Jahren
build f97d106c30 docs vor 9 Jahren
dist 3ea85d62cd [build] 1.0.1 vor 8 Jahren
docs 9d803c015c [Docs] link target error (#412) vor 8 Jahren
examples 031ddb5ecf store.on(mutation) -> store.subscribe vor 8 Jahren
src 3f25d3b15b Support circular structure for logger (#327) vor 8 Jahren
test 3f25d3b15b Support circular structure for logger (#327) vor 8 Jahren
types 6730597aed Modify type files to external module definition format to publish them via npm (#242) vor 8 Jahren
.babelrc 3c6d085ab8 dist build vor 9 Jahren
.eslintrc 9624f311a5 update for 2.0 vor 9 Jahren
.gitignore 939e0c8a68 remove logger.js from gitignore vor 8 Jahren
LICENSE 0125dd7ca4 Add License (#203) vor 9 Jahren
README.md ae778eef11 Adds an additional example (#307) vor 8 Jahren
bower.json 2c5b08d3d2 0.4.1 + dist build vor 9 Jahren
circle.yml dd2499e675 use node 5 on CI vor 9 Jahren
logger.d.ts 6730597aed Modify type files to external module definition format to publish them via npm (#242) vor 8 Jahren
logger.js 3ea85d62cd [build] 1.0.1 vor 8 Jahren
package.json d7953065e6 [release] 1.0.1 vor 8 Jahren
yarn.lock 3ea85d62cd [build] 1.0.1 vor 8 Jahren

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