بدون توضیح

kazuya kawaguchi bfc5f89f4c docs(ja): translate testing.md 9 سال پیش
docs bfc5f89f4c docs(ja): translate testing.md 9 سال پیش
examples c878499317 update count example comments 9 سال پیش
src 7396cdb2ee export install as a named export as well 9 سال پیش
test cff54fc846 change: Vuex -> Vuex.Store, async action format 9 سال پیش
.babelrc d7f4384c7d tests 9 سال پیش
.eslintrc 32718c9ee3 update build setup 9 سال پیش
.gitignore ce6cd50113 scaffolding docs 9 سال پیش
README.md 9f5869d24e bring back docs link 9 سال پیش
circle.yml 32718c9ee3 update build setup 9 سال پیش
package.json 82ac18128d bump 9 سال پیش

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)