Nuxt 3 Minimal Starter
Look at the Nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
npm install
pnpm install
yarn install
bun install
Development Server
Start the development server on http://localhost:3000
:
npm run dev
pnpm run dev
yarn dev
bun run dev
Production
Build the application for production:
npm run build
pnpm run build
yarn build
bun run build
Locally preview production build:
npm run preview
pnpm run preview
yarn preview
bun run preview
Check out the deployment documentation for more information.