Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

NJUPT-SAST/atsast-frontend-2021

Repository files navigation

ATSAST前端

This project is initialized with Ant Design Pro.

关于UI

UI链接

UI

开发文档

点击查看开发文档

Environment Prepare

Install node_modules:

npm install

or

yarn

Maybe you should install yarn first!

Start project

yarn 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