Aucune description

Kaorun343 695797c4c2 add typescript definition (#152) 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 dd5206d653 Update tutorial.md (#141) il y a 9 ans
examples 0c01cb75bf make getters globally cached il y a 9 ans
src f06552343e console.warn when getter is not a function (#151) il y a 9 ans
test f06552343e console.warn when getter is not a function (#151) 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 9e441519b0 Update README.md (#146) 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
index.d.ts 695797c4c2 add typescript definition (#152) il y a 9 ans
package.json e1940c0d15 Better user error. (#134) il y a 9 ans
tsconfig.json 695797c4c2 add typescript definition (#152) 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 vue-devtools support)