DEV Community

Discussion on: Deploy nuxt on Firebase

Collapse
 
serifmehmet profile image
serifmehmet • Edited

Thank you so much, this guide really helped me a lot to deploy my project. It's working on Firebase right now but i'm having a "Error: [vuex] must call Vue.use(Vuex) before creating a store instance." error on local environment.

I tried everything i know but could'nt find a way to make it working. Just to make sure, could it be that i changed the node version from 8 to 10? Or anything else?

Here is the folder structure:

thepracticaldev.s3.amazonaws.com/i...

Collapse
 
kiritchoukc profile image
KiritchoukC

I've had issues when trying to change node version so you could try that.

I didn't use VueX in my project. Is your code hosted somewhere so I can have a look ?