mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
30 lines
644 B
Markdown
30 lines
644 B
Markdown
---
|
|
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 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
|
|
|
|
See [more information on the node preset](/docs/deployment/presets/node) for full details.
|
|
|
|
## Demo
|
|
|
|
A live demo is available at https://nitro-demo.vercel.app/
|