Back to skills
extension
Category: Development & EngineeringNo API key required

store

Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management.

personAuthor: jakexiaohubgithub

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