sysom/sysom_web
吴亚丹 c2e2482cd1 完善漏洞中心展示卡样式 2022-04-12 10:24:39 +08:00
..
config 修改扫描方式 2022-04-11 13:53:22 +08:00
dist first commit 2021-12-28 11:26:52 +08:00
public 调整logo 2022-03-25 11:13:09 +08:00
src 完善漏洞中心展示卡样式 2022-04-12 10:24:39 +08:00
tests first commit 2021-12-28 11:26:52 +08:00
README.md first commit 2021-12-28 11:26:52 +08: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 !151 重写前端漏洞中心 2022-04-08 14:04:19 +00:00
yarn.lock !151 重写前端漏洞中心 2022-04-08 14:04:19 +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.