DEV Community

Discussion on: Managing State with Vuex - the Guide I Wish I'd Had

Collapse
 
developersubash profile image
developer-subash • Edited

Yup i am new to Vuejs and multiple Vuex modules it was much more confusing to me and i have tried abut it cannot work on my case can you have any solution

Thread Thread
 
decoeur_ profile image
Lauri Hiltunen

I think the official documentation is quite simple, have you checked this out: vuex.vuejs.org/guide/modules.html

I'm afraid that if I don't see the code nor the errors you're facing I don't know what you're struggling with. If you don't have the need for modules at first, try sticking with just one central Vuex store and continue from there when the need arises.