Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 516 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 516 Bytes

My Nuxt.js Project

Setup

Make sure to install the dependencies:

# install for pnpm
pnpm install --shamefully-hoist

Environmental requirements

The minimum node version required is greater than or equal to 14.0.0

The minimum pnpm version required is greater than or equal to 6.14.0

Development

# run for pnpm
pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview