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
2021-10-29 11:26:01 +00:00
2021-10-11 16:35:02 +00:00
- Support for serverless build
- Auto-detected when deploying
- No configuration required
::
2021-06-14 12:31:30 +00:00
## Setup
2021-10-29 11:26:01 +00:00
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/` .
2021-06-14 12:31:30 +00:00
## 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 ).
2021-06-14 12:31:30 +00:00
## More information
2021-10-12 14:31:47 +00:00
See [more information on the node preset ](/docs/deployment/presets/node ) for full details.
2021-06-14 12:31:30 +00:00
## Demo
2021-11-21 12:31:44 +00:00
A live demo is available at < https: / / nitro-demo . vercel . app / > .