1:下载 npm i vuex
2:导入
src/store/index.js
import Vuex from 'vuex'
3:注册
import Vue from 'vue'
Vue.use(Vuex)
4:实例化
const store =new Vuex.Store({
state:{
// 共享的数制
},
mutations:{
},
actions:{
},
getters:{
}
})
5:暴露出去 export default store
6:挂载
main.js
import store from '@/store'
new Vue({
store
})
相关文章
- 01-18VG、LV、rezise2fs、lvresize、fuer使用说明
- 01-18python – 使用CSV行的小写函数
- 01-18C++: typedef与template的配合使用;
- 01-18[FW]使用花生壳5在Win10 平台下采用内网搭建网站
- 01-18使用 git commit --amend 修改历史 commit 信息
- 01-18大部分 hashcode 方法使用 31
- 01-18git --amend 使用和撤销
- 01-18使用GPResult工具检查应用了哪些组策略对象
- 01-18SpringBoot使用Mybatis-PageHelper,和PageResult
- 01-18ctypes使用