Ei kuvausta

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

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