1
0

Тайлбар байхгүй

Evan You bc9e5b030d [release] 1.0.0-rc 9 жил өмнө
build f97d106c30 docs 9 жил өмнө
dist 2d5275001e [build] 1.0.0-rc 9 жил өмнө
docs 6cddee4bf8 include events methods in api reference 9 жил өмнө
examples baf0b2104f middlewares -> plugins 9 жил өмнө
src 86b64bd97e add renamed logger 9 жил өмнө
test baf0b2104f middlewares -> plugins 9 жил өмнө
types acbb2ddebf Update declaration (#218) 9 жил өмнө
.babelrc 3c6d085ab8 dist build 9 жил өмнө
.eslintrc 9624f311a5 update for 2.0 9 жил өмнө
.gitignore 01688320a4 ignore explorations 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 dd2499e675 use node 5 on CI 9 жил өмнө
package.json 5385d415ed [release] 1.0.0-rc 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