Active
Project:
Lupus Decoupled Drupal
Version:
1.0.0-alpha2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2022 at 16:50 UTC
Updated:
20 Dec 2024 at 12:31 UTC
Jump to comment: Most recent
Comments
Comment #2
fagothanks for reaching out. Yes that's definitely something we need to get documented nicely.
You've got plenty of options actually:
possible, yes. you could also use platform.sh, amazee.io or any hosting that can run node.js server
possible as well.
yes, that's in particular convenient when you want to use static generation. I've not seen nuxt-ssr hosting with vercel being fast, so I'd use it only for static generation. also cloudflare pages is an easy option.
The first question is, do you need server-rendering? see https://nuxtjs.org/docs/features/deployment-targets#deployment-targets & https://nuxtjs.org/deployments for nuxt deployment docs.
For small sites I'd suggest to go with static generation, build_hooks module and some of the mentioned options. For sites with more content platform.sh has a template or use pm2 when running on your own server.
With the upcoming nuxt3 you can also easily deploy to serverless hosting, e.g. cloudflare workers. see https://v3.nuxtjs.org/guide/deploy/presets#deployment-presets We plan to have a nuxt3 starter setup also soon.
Hope this helped, else please just re-open.