# store > Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management. - Author: Ujjen Baniya - Repository: sayali-ingle-pdl/adusa-ai-vuejs-app-template - Version: 20260115152701 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sayali-ingle-pdl/adusa-ai-vuejs-app-template - Web: https://mule.run/skillshub/@@sayali-ingle-pdl/adusa-ai-vuejs-app-template~store:20260115152701 --- --- name: store description: Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management. --- # 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