Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Latest commit

Β 

History

History
31 lines (19 loc) Β· 968 Bytes

README.md

File metadata and controls

31 lines (19 loc) Β· 968 Bytes

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.