Skip to content

hixb/my-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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