Store Skill
Purpose
Generate the src/store/index.ts file with Vuex store configuration.
Output
Create the file: src/store/index.ts
Notes
- Create a Vuex store with a module called global
- All modules use namespaced: true for cleaner state management
生成src/store/index.ts文件,包含Vuex store配置和用于状态管理的命名空间模块。
Generate the src/store/index.ts file with Vuex store configuration.
Create the file: src/store/index.ts