Skip to content

Latest commit

 

History

History
 
 

README.md

Workflows with Nuxt (Nitro v2)

Learn more about Nuxt: https://nuxt.com

Commands

Local development:

npm run dev

Production build (Vercel):

NITRO_PRESET=vercel npm run build
npx vercel --prebuilt

Production build (Node.js):

npm run build
node .output/server/index.mjs