mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
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. 🚀
|