DEV Community

Discussion on: Vuex + TypeScript

Collapse
 
javisperez profile image
Javis V. Pérez

Thank you for this, is a great post and got me started, thanks!

For anybody who is implementing this with Modules, I'm not a Typescript expert at all, but i got it working, I'm not 100% sure I did it in the best way but it is working as expected for me. You can find an example of my implementation here:
gist.github.com/javisperez/b13d020...

Open to suggestions or questions, I hope this helps somebody.

Collapse
 
3vilarthas profile image
Andrew

I'm going to include a section about namespaced modules soon.