project brief introduction
- 用于记录个人技术点
- 用于记录工作中遇到的比较难,解决的比较出彩的点(不限于本人自己的)
- 用于练习vue3
# configure
1. installation of the recommended plugins in the .vscode directory
2. node version 18.x or 20+
3. pnpm version 8.x or latest
# install dependencies
pnpm i
# start the service
pnpm dev
# stage environment
pnpm preview:stage
# prod environment
pnpm preview:prod
# build the stage environment
pnpm build:stage
# build the prod environment
pnpm build:prod
# code formatting
pnpm lint
# unit test
pnpm test