# 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
# clone
git clone https://github.com/un-pany/v3-admin-vite.git
# enter the project directory
cd v3-admin-vite
# 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
feat
add new functionsfix
Fix issues/bugsperf
Optimize performancestyle
Change the code style without affecting the running resultrefactor
Re-factor coderevert
Undo changestest
Test related, does not involve changes to business codedocs
Documentation and Annotationchore
Updating dependencies/modifying scaffolding configuration, etc.workflow
Work flow Improvementsci
CICDtypes
Type definitionwip
In development
This project is based on v3-admin-vite by pany.
This project is licensed under the MIT License - see the LICENSE file for details.
- Jetbrains