davidroyer / nuxt2-ssr-firebase

Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
https://nuxt2ssrfire.firebaseapp.com
50 stars 11 forks source link

Vuex #3

Open pedrovinuela opened 6 years ago

pedrovinuela commented 6 years ago

Hi all,

I can't make work the store within this project. When I add some code, I get the following error:

[nuxt] Error while initializing app Error: [vuex] must call Vue.use(Vuex) before creating a store instance.

Does anybody know how to solve this?

Thanks

Djiit commented 5 years ago

This is more related to Nuxt I think. Try to follow the steps here : https://nuxtjs.org/guide/vuex-store/