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 14.19.0+
npm 7.19.0+

Configure related environment variables by yourself

StartUp

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

npm i --force && npm start

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