Tidak Ada Deskripsi

Evan You 7e54dcf1e0 [release] 1.0.0-rc.2 8 tahun lalu
build f97d106c30 docs 9 tahun lalu
dist 1ca2d5512a [build] 1.0.0-rc.2 8 tahun lalu
docs b6c4702f3d update plugins doc 9 tahun lalu
examples 031ddb5ecf store.on(mutation) -> store.subscribe 8 tahun lalu
src 031ddb5ecf store.on(mutation) -> store.subscribe 8 tahun lalu
test 031ddb5ecf store.on(mutation) -> store.subscribe 8 tahun lalu
types 112b6b7f37 improve type test for subscribe 8 tahun lalu
.babelrc 3c6d085ab8 dist build 9 tahun lalu
.eslintrc 9624f311a5 update for 2.0 9 tahun lalu
.gitignore 01688320a4 ignore explorations 9 tahun lalu
LICENSE 0125dd7ca4 Add License (#203) 9 tahun lalu
README.md 0125dd7ca4 Add License (#203) 9 tahun lalu
bower.json 2c5b08d3d2 0.4.1 + dist build 9 tahun lalu
circle.yml dd2499e675 use node 5 on CI 9 tahun lalu
package.json eca13a5b82 [release] 1.0.0-rc.2 8 tahun lalu

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