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
Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management.
Generate the src/store/index.ts file with Vuex store configuration.
Create the file: src/store/index.ts