Nessuna descrizione

Evan You af74ecec07 Merge pull request #64 from jbruni/patch-1 9 anni fa
docs a22bd8d704 concepts.md store - "mutations" before "actions" 9 anni fa
examples c40fbf971d Updated counter-hot and shopping-cart with getters example. 9 anni fa
src d3ddc02a6f Implemented getters into the store. 9 anni fa
test d3ddc02a6f Implemented getters into the store. 9 anni fa
.babelrc d7f4384c7d tests 9 anni fa
.eslintrc 32718c9ee3 update build setup 9 anni fa
.gitignore ce6cd50113 scaffolding docs 9 anni fa
README.md ddd95c6339 add link to @skyronic tutorial 9 anni fa
circle.yml 32718c9ee3 update build setup 9 anni fa
package.json 3f080f317d 0.3.0 9 anni fa

README.md

Vuex Build Status npm package

Flux-inspired Application Architecture for Vue.js.

NOTE: Vuex is still in development - API may change anytime.

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)