暂无描述

Evan You e28c66060e Merge branch 'master' of github.com:vuejs/vuex 9 年之前
docs e0750647fd edits to structure.md 9 年之前
examples 33a99070e2 Send the products data in the checkout action 9 年之前
src ae7cd3ac8f make onMutation middleware hook optional 9 年之前
test d36840e0e8 simplify debugging setup 9 年之前
.babelrc d7f4384c7d tests 9 年之前
.eslintrc 32718c9ee3 update build setup 9 年之前
.gitignore ce6cd50113 scaffolding docs 9 年之前
README.md 9e5aa05292 Update README.md 9 年之前
circle.yml 32718c9ee3 update build setup 9 年之前
package.json 2203bb5eff doc deploy script 9 年之前

README.md

Vuex

Flux-inspired Application Architecture for Vue.js.

Principles

  • Terse
  • Testable
  • Reactive
  • Single State Tree
  • Hot Reloading
  • Time Travel

Docs coming soon.