Vercel

Deploy your Nuxt Application to Vercel infrastructure.
Zero Configuration ✨
Integration with Vercel is possible with zero configuration, learn more.

Deploy using Git

  1. Push your code to your git repository (GitHub, GitLab, Bitbucket).
  2. Import your project into Vercel.
  3. Vercel will detect that you are using Nitro and will enable the correct settings for your deployment.
  4. Your application is deployed!

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.

Custom Build Output Configuration

You can provide additional build output configuration using nitro.vercel.config key inside nuxt.config.ts. It will be merged with built-in auto generated config.

Templates

Nuxt Vercel ISR

Example of a Nuxt application with hybrid rendering deployed on Vercel.

Nuxt on the Edge on Vercel

Example of a Nuxt application running on Vercel Edge Functions.

Learn More

Head over Nitro documentation to learn more about On-Demand Incremental Static Regeneration or more advanced options.