説明なし

Mark de Haan 665f60c354 Add a try-catch to the testAction helper method example (#776) 8 年 前
.github 24f9db5910 Add issue template (#693) 8 年 前
build b821681863 fix esm build exports 8 年 前
dist 8029c3951a Add filtering of the mutations logging (#711) 8 年 前
docs 665f60c354 Add a try-catch to the testAction helper method example (#776) 8 年 前
examples b821681863 fix esm build exports 8 年 前
src 441762f79a support using state as function in root store as well 8 年 前
test 441762f79a support using state as function in root store as well 8 年 前
types a86bd2dcf0 document module reuse 8 年 前
.babelrc a9437344e4 simplify babelrc 9 年 前
.eslintrc.json a7d2182b58 Housekeeping eslint for v2.0 (#553) 8 年 前
.gitignore 64a0785b4e adjust logger build 8 年 前
LICENSE 0125dd7ca4 Add License (#203) 9 年 前
README.md 887c93133e Updated README.md (#616) 8 年 前
bower.json 2c5b08d3d2 0.4.1 + dist build 9 年 前
circle.yml d82a789fb6 support array syntax for mapState (#260) 9 年 前
package.json 03b386ea4e 2.3.1 8 年 前
yarn.lock 3e1051a675 [build] 2.2.0 8 年 前

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