No Description

Evan You ae7cd3ac8f make onMutation middleware hook optional 9 years ago
docs e0750647fd edits to structure.md 9 years ago
examples d36840e0e8 simplify debugging setup 9 years ago
src ae7cd3ac8f make onMutation middleware hook optional 9 years ago
test d36840e0e8 simplify debugging setup 9 years ago
.babelrc d7f4384c7d tests 9 years ago
.eslintrc 32718c9ee3 update build setup 9 years ago
.gitignore ce6cd50113 scaffolding docs 9 years ago
README.md 9e5aa05292 Update README.md 9 years ago
circle.yml 32718c9ee3 update build setup 9 years ago
package.json 2203bb5eff doc deploy script 9 years ago

README.md

Vuex

Flux-inspired Application Architecture for Vue.js.

Principles

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

Docs coming soon.