This project uses Ant Design Pro for initialization. Here's a quick guide on how to use it.
Environment | Version | Remarks |
---|---|---|
node | 14.19.0+ | |
npm | 7.19.0+ |
Configure related environment variables by yourself
# Note: You need to enter the directory of this module to execute
npm i --force && npm start
npm run build
npm run lint
You can also automatically fix some lint errors with a script:
npm run lint:fix
npm run prettier