mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
a3b523bca3
Co-authored-by: pooya parsa <pyapar@gmail.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1.4 KiB
1.4 KiB
icon |
---|
LogoVercel |
Vercel
Nuxt on Vercel supports server-rendered pages and API routes.
::list
- Support for serverless build
- Auto-detected when deploying
- No configuration required ::
Git
- Push your code to your git repository (GitHub, GitLab, Bitbucket).
- Import your project into Vercel.
- Vercel will detect that you are using Nuxt and will enable the correct settings for your deployment.
- Your application is deployed! (e.g. nuxt.vercel.app)
After your project has been imported and deployed, all subsequent pushes to branches will generate Preview Deployments, and all changes made to the Production Branch (commonly “main”) will result in a Production Deployment.
Learn more about Vercel’s Git Integration.
CLI
- Install the Vercel CLI.
- Vercel will detect that you are using Nuxt and will enable the correct settings for your deployment.
- Your application is deployed! (e.g. nuxt.vercel.app)
npm i -g vercel
npx nuxi init -t v3-vercel
vercel
Learn more
:ReadMore{link="https://nitro.unjs.io/deploy/providers/vercel.html" title="the Nitro documentation for Vercel deployment"}