0👍
Firebase recently created a tutorial for this.
They use Google cloud functions to handle ssr and firebase hosting to host the static assets. Checkout: https://youtu.be/ZYUWsjUxxUQ
- [Vuejs]-Button's function triggered after second click
- [Vuejs]-Create component on the fly with custom data
0👍
You will need to use nuxt under legacy mode, which is recently supported in
nuxt-edge
.
https://github.com/nuxt/nuxt.js/issues/2714#issuecomment-393868687
I have setup a working repo on firebase here:
0👍
You can use Google Cloud Run if you want to use the latest Nodejs and Nuxt.js. Use it in a similar way to Cloud Functions.
https://cloud.google.com/run/
Source:stackexchange.com