boluo-admin-main/README.md
eleanor.mao 48f2c49c2b feat:
2025-06-03 00:03:08 +08:00

290 B

Environment Prepare

yarn

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test