Keine Beschreibung

Evan You 8130c4fa65 improve type test for subscribe vor 9 Jahren
build ea429c9c45 bring back the logger build vor 9 Jahren
dist 2d5275001e [build] 1.0.0-rc vor 9 Jahren
docs b6c4702f3d update plugins doc vor 9 Jahren
examples 5b6adc0616 rename: dispatch -> commit, trigger -> dispatch vor 9 Jahren
src bc5447ea48 remove unnecessary line vor 9 Jahren
test baf0b2104f middlewares -> plugins vor 9 Jahren
types 8130c4fa65 improve type test for subscribe vor 9 Jahren
.babelrc 3c6d085ab8 dist build vor 9 Jahren
.eslintrc 9624f311a5 update for 2.0 vor 9 Jahren
.gitignore 01688320a4 ignore explorations vor 9 Jahren
LICENSE 0125dd7ca4 Add License (#203) vor 9 Jahren
README.md 0125dd7ca4 Add License (#203) vor 9 Jahren
bower.json 2c5b08d3d2 0.4.1 + dist build vor 9 Jahren
circle.yml dd2499e675 use node 5 on CI vor 9 Jahren
package.json 5385d415ed [release] 1.0.0-rc vor 9 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