/nuxt3-starter

🌬 Opinionated Nuxt 3 starter – incl. modals and more

Primary LanguageVue

Nuxt 3 Minimal Starter

📖 Read the documentation.

Key Features

Usage

Prerequisites

  1. Enable Corepack using corepack enable
  2. Install dependencies using pnpm install

Development

  1. Start the development server using pnpm run dev
  2. Visit localhost:3000

ℹ️ Enable Take Over Mode in Visual Studio Code.

Production

Build the application for production with pnpm build.

Check out the deployment documentation.