Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuxt-start usage #3

Open
MetaBureau opened this issue Aug 28, 2019 · 2 comments
Open

nuxt-start usage #3

MetaBureau opened this issue Aug 28, 2019 · 2 comments

Comments

@MetaBureau
Copy link

Do you feel it is effective and not problematic to simply replace nuxt with nuxt-start in functions/package.json and functions/index.js in any generic nuxt/ssr/firebase project?

@williamchong
Copy link
Owner

I just want to minimize my cold boot time for cloud function, so I took the recommended approach. I didn't really did any benchmark though.

One issue I notice is that many of the nuxt's dependencies had to be installed separately in functions' package.json, e.g. vue, vue-meta, vue-router. I am not sure if it is due to using nuxt-start, or if using nuxt also causes similar issue.

@ilbonte
Copy link

ilbonte commented Apr 30, 2020

@williamchong007 this explains why there are so many (apparently unused) dependencies in https://github.com/williamchong007/nuxt-ssr-firebase/blob/master/functions/package.json ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants