暂无描述

Evan You c67b18ec67 refactor chat example data structure 9 年之前
docs ed4ded3930 api 9 年之前
examples c67b18ec67 refactor chat example data structure 9 年之前
src af419e20b3 debug -> strict; require explicit logger middleware usage 9 年之前
test af419e20b3 debug -> strict; require explicit logger middleware usage 9 年之前
.babelrc d7f4384c7d tests 9 年之前
.eslintrc 32718c9ee3 update build setup 9 年之前
.gitignore ce6cd50113 scaffolding docs 9 年之前
README.md c1afcf2279 readme 9 年之前
circle.yml 32718c9ee3 update build setup 9 年之前
package.json 93542a58cc wip chat example 9 年之前

README.md

Vuex

Flux-inspired Application Architecture for Vue.js.

Documentation

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

Principles

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