Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 501 Bytes

File metadata and controls

28 lines (18 loc) · 501 Bytes

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Requirements

How to run ?

Installation

pnpm install

Build

NODE_ENV=production pnpm build

Run (with production mode)

NODE_ENV=production pnpm preview