vue-cource vue学习 Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint Customize configuration See Configuration Reference. vuex 对于vuex 中state 如果是同步修改需要使用`store.commit` ,对于异步是通过action进行修改store.dispatch进行触发