Nav apraksta

Jake Scott 8d11d112e1 Typo Silent -> Silence (#217) 9 gadi atpakaļ
build d5fdaeadca release script 9 gadi atpakaļ
dist 6c85280afb [build] 0.6.3 9 gadi atpakaļ
docs 8d11d112e1 Typo Silent -> Silence (#217) 9 gadi atpakaļ
examples 0c01cb75bf make getters globally cached 9 gadi atpakaļ
src f06552343e console.warn when getter is not a function (#151) 9 gadi atpakaļ
test f06552343e console.warn when getter is not a function (#151) 9 gadi atpakaļ
.babelrc 3c6d085ab8 dist build 9 gadi atpakaļ
.eslintrc 2d4a1fd763 update deps 9 gadi atpakaļ
.gitignore ae5506f8ab add build examples script 9 gadi atpakaļ
LICENSE 0125dd7ca4 Add License (#203) 9 gadi atpakaļ
README.md 0125dd7ca4 Add License (#203) 9 gadi atpakaļ
bower.json 2c5b08d3d2 0.4.1 + dist build 9 gadi atpakaļ
circle.yml dd2499e675 use node 5 on CI 9 gadi atpakaļ
index.d.ts 695797c4c2 add typescript definition (#152) 9 gadi atpakaļ
package.json 5b48d25442 Update babel-runtime version (#208) 9 gadi atpakaļ
tsconfig.json 695797c4c2 add typescript definition (#152) 9 gadi atpakaļ

README.md

Vuex Build Status npm package

Flux-inspired Application Architecture for Vue.js.

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 vue-devtools support)

License

MIT