Skip to content

Files

Latest commit

64fe0da · May 24, 2024

History

History
This branch is 255 commits behind DataLinkDC/dinky:dev.

dinky-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 7, 2024
Jul 28, 2023
May 24, 2024
Jan 31, 2023
Jan 31, 2023
Aug 21, 2023
Mar 31, 2023
Feb 2, 2023
Aug 21, 2023
Feb 20, 2023
Feb 20, 2023
Apr 18, 2024
Jan 31, 2023
May 23, 2024
Oct 16, 2023
Jan 31, 2023

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