Sen descrición

Evan You c67b18ec67 refactor chat example data structure %!s(int64=9) %!d(string=hai) anos
docs ed4ded3930 api %!s(int64=9) %!d(string=hai) anos
examples c67b18ec67 refactor chat example data structure %!s(int64=9) %!d(string=hai) anos
src af419e20b3 debug -> strict; require explicit logger middleware usage %!s(int64=9) %!d(string=hai) anos
test af419e20b3 debug -> strict; require explicit logger middleware usage %!s(int64=9) %!d(string=hai) anos
.babelrc d7f4384c7d tests %!s(int64=9) %!d(string=hai) anos
.eslintrc 32718c9ee3 update build setup %!s(int64=9) %!d(string=hai) anos
.gitignore ce6cd50113 scaffolding docs %!s(int64=9) %!d(string=hai) anos
README.md c1afcf2279 readme %!s(int64=9) %!d(string=hai) anos
circle.yml 32718c9ee3 update build setup %!s(int64=9) %!d(string=hai) anos
package.json 93542a58cc wip chat example %!s(int64=9) %!d(string=hai) anos

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