Sin descripción

katashin dd7f8178d9 perf: do not connect devtools if Vue.config.devtools == false (#881) hace 8 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 5c0050b886 update ja docs (#879) hace 8 años
examples cc5fc79aa7 fix .toggle-all checkbox was hidden (#761) hace 8 años
src dd7f8178d9 perf: do not connect devtools if Vue.config.devtools == false (#881) hace 8 años
test 22fbb5bc6a update eslint config and deps hace 8 años
types fd2b188fe5 Add MutationPayload type (#869) hace 8 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.json 71084f48c7 Remove `src` directory from npm module (#861) hace 8 años
yarn.lock 9b476358a0 update eslint config 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