# jpiste-Design-Pro **Repository Path**: jpsite/brush-dust-front ## Basic Information - **Project Name**: jpiste-Design-Pro - **Description**: ant-design-pro-v5 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2021-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## jpiste-Design-Pro 基于 Ant Design Pro 开发的一整套企业级中后台前端的脚手架,涉及国际化,权限,mock,数据流,网络请求等各个方面。 ### 技术栈 |技术|版本| |---|---| |ant-design-pro|5.0.0-alpha.0| |React | ^16.8.6| |TypeScript |^3.9.7 | |antd-ui |^4.6.3 | |umijs |^2.2.0 | |node | \>=10.0.0| ### 如何运行 #### 安装依赖: 需要Install `node_modules`,项目目录下执行 `npm install` or `yarn install` #### 启动项目: ```bash npm start ``` #### 代码风格检查 ```bash npm run build ``` 你也可以使用脚本来自动修复一些lint错误 ```bash npm run lint:fix ``` ### 关于脚本 Ant Design Pro提供了一些有用的脚本在`package.json`中,帮助您快速开始和构建与web项目,代码风格检查和测试。