Skip to content

Latest commit

 

History

History

dinky-web

Dinky-web

This project uses Ant Design Pro for initialization. Here's a quick guide on how to use it.

CN doc EN doc

Environment preparation

Environment Version Remarks
node 18+
npm 10+

Configure related environment variables by yourself

StartUp

# Note: You need to enter the directory of this module to execute

npm i --force && npm start
## 如果提示 npm ERR! code ERESOLVE
npm cache clean --force

Build

npm run build

Code Style Check

npm run lint

You can also automatically fix some lint errors with a script:

npm run lint:fix

Code Format

npm run prettier