Nuxt/docs/content/3.docs/3.deployment/6.vercel.md

31 lines
652 B
Markdown
Raw Normal View History

---
icon: LogoVercel
---
# Vercel
How to deploy Nuxt to Vercel.
::list
- Support for serverless build
- Auto-detected when deploying
- No configuration required
::
## Setup
By default, [Vercel](https://vercel.com) will run your `build` script in the `package.json` and automatically detect the built entry point within `.vercel_build_output/`.
## Deployment
2021-11-21 12:31:44 +00:00
Just push to your git repository [as you would normally do for Vercel](https://vercel.com/docs/git).
## More information
2021-10-12 14:31:47 +00:00
See [more information on the node preset](/docs/deployment/presets/node) for full details.
## Demo
2021-11-21 12:31:44 +00:00
A live demo is available at <https://nitro-demo.vercel.app/>.