2021-10-11 16:35:02 +00:00
|
|
|
---
|
|
|
|
icon: LogoVercel
|
|
|
|
---
|
|
|
|
|
2021-06-14 12:31:30 +00:00
|
|
|
# Vercel
|
|
|
|
|
2021-10-11 16:35:02 +00:00
|
|
|
Learn how to deploy a Nuxt application to [Vercel](https://vercel.com).
|
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
|
|
|
|
|
|
|
|
By default, Vercel will run your `build` script in the `package.json` and automatically detect the built entrypoint within `.vercel_build_output/`.
|
|
|
|
|
|
|
|
## 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/
|