DEV Community

Discussion on: How To Structure a Massive Vuex Store for a Production App

Collapse
 
snuppedeluxe profile image
SnuppeDeluxe

I tried to make it in a small tutorial project on my own.
I got an error: "[nuxt] store/index.js should export a method that returns a Vuex instance. "
Maybe I'm a bit to stupid for it, but in /store/index.js is a function called "export default new Vuex.Store({...})
That's the exported method to return a Vuex instance...

That's so difficult for now :-(