Look at the Nuxt documentation to learn more.
Requires Node.js 24+ and pnpm 11 (via Corepack: corepack enable).
Install dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.