Back to Query

Nuxt 3 Minimal Starter

examples/vue/nuxt3/README.md

5.90.3469 B
Original Source

Nuxt 3 Minimal Starter

We recommend looking at the documentation.

Setup

Make sure to install the dependencies

bash
pnpm install

Development

Start the development server on http://localhost:3000

bash
pnpm dev

Production

Build the application for production:

bash
pnpm build

Check out the deployment documentation.