暫無描述

Evan You 08dc66209f docs wip 9 年之前
docs 08dc66209f docs wip 9 年之前
examples d36840e0e8 simplify debugging setup 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 bc0dd1aa95 readme 9 年之前
circle.yml 32718c9ee3 update build setup 9 年之前
package.json ce6cd50113 scaffolding docs 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.