# front-end-web **Repository Path**: lwb2015/front-end-web ## Basic Information - **Project Name**: front-end-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运营管理平台 这个项目是以[Ant Design Pro](https://pro.ant.design)初始化的后台管理系统。 具体组件的使用参考官方文档:[ant-design](https://ant.design/index-cn) 和 [ant-design-pro](https://pro.ant.design/docs/getting-started-cn) 底层技术采用 React 技术栈:[react](https://www.reactjs.org) 脚手架采用:[UmiJs](https://umijs.org/zh/) ## 环境准备 Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ## 提供的可运行脚本 项目脚手架中提供了一些有用的脚本命令,它们可以辅助你快速开始和构建 web 项目,代码检查和测试。 脚本命令在`package.json`。 ### 开始调试项目 ```bash npm start ``` ### 构建/打包项目 ```bash npm run build ``` ### 检查代码风格 ```bash npm run lint ``` 你也可以使用脚本命令自动修复 lint 错误: ```bash npm run lint:fix ``` ### 测试代码 ```bash npm test ``` ## 更多信息 1. [架构描述](./docs/architecture.md) 2. [api 服务说明](./docs/apiService.md) 3. [GitFlow 流程说明](./docs/gitFlow.md) 4. [Git 流程:A One Flow](./docs/AOneFlow.md)