/nuxt3-starter

🌬 Opiniated Nuxt 3 starter – visual deployment indicator & more

Primary LanguageVue

Nuxt 3 Minimal Starter

I recommend to look at the documentation.

Key Features

Prerequisites

Before getting started, please make sure you have installed the recommended setup.

Setup

Make sure to install the dependencies

pnpm install

Development

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

pnpm dev

Production

Build the application for production:

pnpm build

Check out the deployment documentation.