ATSAST前端 This project is initialized with Ant Design Pro. 关于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