MeiRiYiCheng_1_old/YBDevice.WebEntry/App
yangxing 0270d4ae12 250716提交 2025-07-16 17:14:38 +08:00
..
.vscode 250716提交 2025-07-16 17:14:38 +08:00
config 250716提交 2025-07-16 17:14:38 +08:00
mock 250716提交 2025-07-16 17:14:38 +08:00
public 250716提交 2025-07-16 17:14:38 +08:00
src 250716提交 2025-07-16 17:14:38 +08:00
tests 250716提交 2025-07-16 17:14:38 +08:00
.editorconfig 250716提交 2025-07-16 17:14:38 +08:00
.eslintignore 250716提交 2025-07-16 17:14:38 +08:00
.eslintrc.js 250716提交 2025-07-16 17:14:38 +08:00
.gitignore 250716提交 2025-07-16 17:14:38 +08:00
.prettierignore 250716提交 2025-07-16 17:14:38 +08:00
.prettierrc.js 250716提交 2025-07-16 17:14:38 +08:00
.stylelintrc.js 250716提交 2025-07-16 17:14:38 +08:00
README.md 250716提交 2025-07-16 17:14:38 +08:00
jest.config.js 250716提交 2025-07-16 17:14:38 +08:00
jsconfig.json 250716提交 2025-07-16 17:14:38 +08:00
package.json 250716提交 2025-07-16 17:14:38 +08:00
tsconfig.json 250716提交 2025-07-16 17:14:38 +08:00

README.md

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.