Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm devBuild the application for production:
# pnpm
pnpm buildLocally preview production build:
# pnpm
pnpm previewCheck out the deployment documentation for more information.