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