Sen descrición

Evan You 482e3f5102 Merge pull request #14 from chenyiqiao/patch-1 %!s(int64=9) %!d(string=hai) anos
docs c698d7812b Update middlewares.md %!s(int64=9) %!d(string=hai) anos
examples 8681ef687c clean up mutations %!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 55517f41a8 readme typo [ci-skip] %!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 Build Status npm package

Flux-inspired Application Architecture for Vue.js.

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

Documentation

Examples

Running the examples:

$ npm install
$ npm run counter # run the counter example

See npm scripts for all example npm scripts.

Principles

  • Terse
  • Testable
  • Reactive
  • Single State Tree
  • Hot Reloading
  • Time Travel (with upcoming vue-devtools support)