sysom1/sysom_web
SunnyQjm ae009ce72a fix(web.diagnosis): Change offlineimport to offline channel diagnosis 2024-01-17 06:12:36 +00:00
..
config fix(web.diagnosis): Ossre switch to new version 2024-01-17 06:12:36 +00:00
cypress fix(vul-web): Cypress vul repair test fix 2024-01-17 06:12:36 +00:00
public fix(web.diagnosis): Change offlineimport to offline channel diagnosis 2024-01-17 06:12:36 +00:00
src fix(web.diagnosis): Change offlineimport to offline channel diagnosis 2024-01-17 06:12:36 +00:00
tests first commit 2021-12-28 11:26:52 +08:00
README.md first commit 2021-12-28 11:26:52 +08:00
cypress.config.js test(e2e.monitor): Add migration monitor testcase 2024-01-17 06:12:36 +00:00
jest.config.js first commit 2021-12-28 11:26:52 +08:00
jsconfig.json first commit 2021-12-28 11:26:52 +08:00
package.json fix(diagnosis): Diagnosis low-code generator umi useModel issue 2024-01-17 06:12:36 +00:00
yarn.lock fix(diagnosis): Diagnosis low-code generator umi useModel issue 2024-01-17 06:12:36 +00: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.