摘要:
1、安装vuex依赖包 npm install vuex --save 2、导入vuex包 import vuex from 'vuex' 3、创建store对象 const store = new Vuex.store({ //state中存放的就是全局共享的数据 state:{count : 0 阅读全文
摘要:
npm install -g @vue/cli-service-global 运行项目 npm run serve 阅读全文