1.cnpm install vuex
2.src下创建store文件夹及子文件index.js
3.main文件引入store文件
import storefrom './store'
new Vue({
el:'#app',
store,
})
4.store的index.js文件
5.vuex在页面的使用
1.cnpm install vuex
2.src下创建store文件夹及子文件index.js
3.main文件引入store文件
import storefrom './store'
new Vue({
el:'#app',
store,
})
4.store的index.js文件
5.vuex在页面的使用