Nuxt/docs/content/3.docs/3.deployment/6.vercel.md

652 B

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 will run your build script in the package.json and automatically detect the built entry point within .vercel_build_output/.

Deployment

Just push to your git repository as you would normally do for Vercel.

More information

See more information on the node preset for full details.

Demo

A live demo is available at https://nitro-demo.vercel.app/.