Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.36 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.36 KB

Nuxt 3 Minimal Starter

A starter template for Nuxt 3 with useful modules and plugins. Adapted from Nuxt 3 Awesome Starter

Features


WARNING!

This project using pnpm as package manager. Don't use npm or yarn!


Setup

Install the dependencies:

pnpm install

Development Server

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

pnpm dev -o

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.