# detection_temp **Repository Path**: wang_changtan/detection_temp ## Basic Information - **Project Name**: detection_temp - **Description**: 这是一个钢瓶检测(detection)项目,现在把这个项目抽离出来作为一个模板,今后只需下载下来,写上依赖,在根目录的同级外配合web-common公共项目便可使用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # detection_temp #### 介绍 这是一个钢瓶检测(detection)项目,现在把这个项目抽离出来作为一个模板,今后只需下载下来,写上依赖,在根项目文件夹的同级和web-common公共项目配合便可使用。 #### 软件架构 前端技术栈:react + antd + dva + umi #### 安装教程 1. 克隆项目文件: ``` git clone @xxxx.git ``` 2. 安装依赖: ``` yarn/npm install ``` 3. 下载web-common文件放到该文件的同级 4. 配置nginx 的域名重定向 #### 使用说明 1. 运行项目 ``` yarn start ``` 2. 打开浏览器输入: ``` http://localhost/saas/#/ ``` 注意:nginx重定向的服务端口是80,查看端口是否被占用 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)