Vercel

Learn how to deploy your app to Vercel.

Setup

  1. Sign up / Log in to Vercel and click New Project.
  2. Import your GitHub repository.
  3. Set the Framework Preset to Nuxt.
  4. Add your environment variables from .env if required.
  5. Click Deploy to build and publish your app.
  6. Open and verify your live app using the generated Vercel URL.
  7. Auto-deploy happens on every push to the main branch.
  8. Check logs in Vercel if something fails during build or runtime.