hixb / my-nuxt

πŸ“š Nuxt-app (notes) based on nuxt3+typescript

Home Page:https://www.hellozxb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“š Nuxt-app (notes) based on nuxt3+typescript

https://www.hellozxb.com/

License:MIT License


Languages

Language:Vue 60.7%Language:TypeScript 35.7%Language:SCSS 3.6%