Aucune description

Anirudh Sanjeev d5737d2027 Improve tutorial based on suggestions il y a 9 ans
build d5fdaeadca release script il y a 9 ans
dist 4db6b75473 [build] 0.6.2 il y a 9 ans
docs d5737d2027 Improve tutorial based on suggestions il y a 9 ans
examples 0c01cb75bf make getters globally cached il y a 9 ans
src d1cb234ff2 comments il y a 9 ans
test f07adcae6a also support object format dispatch il y a 9 ans
.babelrc 3c6d085ab8 dist build il y a 9 ans
.eslintrc 2d4a1fd763 update deps il y a 9 ans
.gitignore ae5506f8ab add build examples script il y a 9 ans
README.md 01dec6ecab fix docs link il y a 9 ans
bower.json 2c5b08d3d2 0.4.1 + dist build il y a 9 ans
circle.yml dd2499e675 use node 5 on CI il y a 9 ans
package.json 19aece7d35 [release] 0.6.2 il y a 9 ans

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 upcoming vue-devtools support)