nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

Setup nuxt-typed-vuex when creating a typescript project #790

Open smorrin28 opened 3 years ago

smorrin28 commented 3 years ago

When creating a new Nuxt App with Typescript, it can be difficult to use Vuex as it's not typed by default and setting up nuxt-typed-vuex can be difficult as well, especially when used with things like the composition api. To facilitate this process, a new option could be added to ask the user wether he wants to use nuxt-typed-vuex when creating a project with typescript.