2021-10-11 16:35:02 +00:00
|
|
|
---
|
|
|
|
icon: IconPresets
|
|
|
|
---
|
|
|
|
|
|
|
|
# Presets
|
2021-06-14 12:31:30 +00:00
|
|
|
|
2021-10-11 17:18:38 +00:00
|
|
|
Nuxt has four provided generic presets that you can use out-of-the-box.
|
2021-06-14 12:31:30 +00:00
|
|
|
|
2021-10-11 17:18:38 +00:00
|
|
|
::list{type=success}
|
|
|
|
- [Node.js server *(default)*](/docs/deployment/presets/server)
|
|
|
|
- [Node.js function](/docs/deployment/presets/node)
|
|
|
|
- [Lambda function](/docs/deployment/presets/lambda)
|
|
|
|
- [Service worker](/docs/deployment/presets/service-worker)
|
|
|
|
::
|
2021-06-14 12:31:30 +00:00
|
|
|
|
2021-10-11 17:18:38 +00:00
|
|
|
If you need to [create a custom preset](/docs/deployment/presets/custom), that's possible too. 🚀
|