暂无描述

Evan You 8f18de0a7c Merge pull request #9 from Atinux/patch-1 9 年之前
docs f2d82c2a1f update illustration 9 年之前
examples 33a99070e2 Send the products data in the checkout action 9 年之前
src e688e3d8c3 narrow dispatching state to only mutation handlers 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.