Sin descripción

勾三股四 cc0ca4e8e7 Merge pull request #921 from huruji/dev hace 7 años
.github 24f9db5910 Add issue template (#693) hace 8 años
build fdf4d0f51d tweak config name hace 8 años
dist 8029c3951a Add filtering of the mutations logging (#711) hace 8 años
docs c9e772c4b2 [zh-cn] delete unnecessary dayton hace 7 años
examples db6a77f806 fixed misspelling (#882) hace 8 años
src dd7f8178d9 perf: do not connect devtools if Vue.config.devtools == false (#881) hace 8 años
test e7a5e15e34 Add a testcase for mapGetters (with namespace and nested module) (#891) hace 8 años
types 7ad573bba5 fix: add missing typings and docs of createNamespacedHelpers (#910) hace 7 años
.babelrc 22fbb5bc6a update eslint config and deps hace 8 años
.eslintrc 9b476358a0 update eslint config hace 8 años
.gitignore 64a0785b4e adjust logger build hace 8 años
LICENSE 0125dd7ca4 Add License (#203) hace 9 años
README.md 887c93133e Updated README.md (#616) hace 8 años
bower.json 2c5b08d3d2 0.4.1 + dist build hace 9 años
circle.yml d82a789fb6 support array syntax for mapState (#260) hace 9 años
package-lock.json 7a761090e4 use npm lockfile hace 7 años
package.json 71084f48c7 Remove `src` directory from npm module (#861) hace 8 años

README.md

Vuex Build Status

Centralized State Management for Vue.js.

Examples

Running the examples:

$ npm install
$ npm run dev # serve examples at localhost:8080

License

MIT