No Description

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

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