Sen descrición

J Bruni d5ba9f1125 Typo fix at tutorial.md %!s(int64=9) %!d(string=hai) anos
build d5fdaeadca release script %!s(int64=9) %!d(string=hai) anos
dist 4db6b75473 [build] 0.6.2 %!s(int64=9) %!d(string=hai) anos
docs d5ba9f1125 Typo fix at tutorial.md %!s(int64=9) %!d(string=hai) anos
examples 0c01cb75bf make getters globally cached %!s(int64=9) %!d(string=hai) anos
src d1cb234ff2 comments %!s(int64=9) %!d(string=hai) anos
test f07adcae6a also support object format dispatch %!s(int64=9) %!d(string=hai) anos
.babelrc 3c6d085ab8 dist build %!s(int64=9) %!d(string=hai) anos
.eslintrc 2d4a1fd763 update deps %!s(int64=9) %!d(string=hai) anos
.gitignore ae5506f8ab add build examples script %!s(int64=9) %!d(string=hai) anos
README.md 01dec6ecab fix docs link %!s(int64=9) %!d(string=hai) anos
bower.json 2c5b08d3d2 0.4.1 + dist build %!s(int64=9) %!d(string=hai) anos
circle.yml dd2499e675 use node 5 on CI %!s(int64=9) %!d(string=hai) anos
package.json 19aece7d35 [release] 0.6.2 %!s(int64=9) %!d(string=hai) anos

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)