Deploying to Vercel
Prerequisites
Install the Vercel CLI:
npm i -g vercel
Deploy
vercel deploy --prod
Vercel auto-detects Nuxt and sets the correct build command and output directory.
Custom Domain
In the Vercel dashboard go to Settings → Domains and add your domain. DNS propagation typically takes under 5 minutes with Vercel's nameservers.