mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
17 lines
465 B
Markdown
17 lines
465 B
Markdown
---
|
|
icon: IconPresets
|
|
---
|
|
|
|
# Presets
|
|
|
|
Nuxt has four provided generic presets that you can use out-of-the-box.
|
|
|
|
::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)
|
|
::
|
|
|
|
If you need to [create a custom preset](/docs/deployment/presets/custom), that's possible too. 🚀
|