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