nuxt-community / typescript-template

Typescript starter for Nuxt 2
https://nuxt-ts-template.netlify.app/
MIT License
643 stars 114 forks source link

Integrate vuex-typex? #37

Open pkej opened 6 years ago

pkej commented 6 years ago

It seems to be doing a lot of boilerplate in addition to being ts. Vuex-typex

This question is available on Nuxt.js community (#c29)
AndrewBogdanovTSS commented 6 years ago

this boilerplate is already covered by Nuxt itself. There is no need for any additional generators such as Vuex-typex

sobolevn commented 6 years ago

@AndrewBogdanovTSS could please provide more information on this topic? How can we be sure that vuex is type safe? Here's an example that does not work for me: https://github.com/mrcrowl/vuex-typex/issues/8#issuecomment-381319542

AndrewBogdanovTSS commented 6 years ago

@sobolevn I guess I just confuse myself with another functionality. I thought that initial request was for Vuex example inside Nuxt TS template

atinux commented 4 years ago

Can we close this issue?