This project uses Ant Design Pro for initialization. Here's a quick guide on how to use it.
| Environment | Version | Remarks |
|---|---|---|
| node | 18+ | |
| npm | 10+ |
Configure related environment variables by yourself
# 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
npm run buildnpm run lintYou can also automatically fix some lint errors with a script:
npm run lint:fixnpm run prettier