Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 527 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 527 Bytes

作业提交 - 后台前端

这是 作业提交 的后台前端部分,基于 Ant Design Pro 开发。

环境

安装 node_modules:

npm install

yarn

可行的脚本

package.json 中提供的脚本如下:

快速开始

yarn start

打包工程

yarn build

检查代码风格

yarn lint

自动修复代码风格

yarn lint:fix

测试代码

yarn test