前端脚手架项目.
# configure
1. installation of the recommended plugins in the .vscode directory
3. node version 16+
4. pnpm version 7.x
## * Next Generation
1. clock
2. canvas
# clone
[email protected]:Raywh/wh.git
# enter the project directory
cd vite-vue-admin
# 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:beta
# build the prod environment
pnpm build:prod
pnpm lint
Thanks to all the contributors!