mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
18 lines
467 B
Markdown
18 lines
467 B
Markdown
|
---
|
||
|
icon: IconPresets
|
||
|
---
|
||
|
|
||
|
# Presets
|
||
|
|
||
|
Nuxt provides four generic presets that you can use out-of-the-box.
|
||
|
|
||
|
::list{type=success}
|
||
|
|
||
|
- [Node.js server *(default)*](/guide/deployment/presets/server)
|
||
|
- [Node.js function](/guide/deployment/presets/node)
|
||
|
- [Lambda function](/guide/deployment/presets/lambda)
|
||
|
- [Service worker](/guide/deployment/presets/service-worker)
|
||
|
::
|
||
|
|
||
|
If you need to [create a custom preset](/guide/deployment/presets/custom), that's possible too. 🚀
|