davidroyer / nuxt-ssr-firebase

Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
https://nuxtssrfire.firebaseapp.com/
278 stars 62 forks source link

Error While Integration with Vuetify #5

Open jefrydco opened 6 years ago

jefrydco commented 6 years ago

Hi, I tried to integrate this project with Vuetify and it display an error in the console like this, error

It seems every third party component can't be included in custom nuxt directory like this.

Nayir commented 6 years ago

Did you check the vuetify SSR documentation ? https://vuetifyjs.com/en/guides/server-side-rendering

jefrydco commented 6 years ago

Hi @Nayir That documentation just like any other documentation, doesn't mention specific needed for Vuetify to work. Beside that, my problem seems caused by the Nuxt configuration, not by Vuetify.

AlexSwtlsk commented 6 years ago

Did you find a solution to make it work with vuetify ?

jefrydco commented 6 years ago

Hi @AlexSwtlsk I ended up with changin nuxt development mode to SPA, because I also have problem while deploying the project to firebase.

AlexSwtlsk commented 6 years ago

@jefrydco thanks for your answer. So, are you saying your repo https://github.com/jefrydco/nuxt-vuetify-firebase-ssr doesn't deploy on firebase or is not SSR anymore ?

jefrydco commented 6 years ago

@AlexSwtlsk Yes I'm, I'm currently use this repo https://github.com/jefrydco/nuxt-pwa-vuetify-starter to start of my project.

AlexSwtlsk commented 6 years ago

"yes" for which one of my questions ? 😄

jefrydco commented 6 years ago

:smile: I mean that I'm currently not use the repo on that link you attach. Instean I use the repo I mentioned earlier for starter.

hoangbits commented 5 years ago

@jefrydco How about deployment with firebase hosting progress?

jefrydco commented 5 years ago

@legiahoang I didn't try it again, but error I mentioned before is still exist