Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openscrm/dashboard

OpenSCRM管理后台前端项目,SCRM,企业微信
https://github.com/openscrm/dashboard

openscrm scrm wechat wecorp wework

Last synced: 6 days ago
JSON representation

OpenSCRM管理后台前端项目,SCRM,企业微信

Awesome Lists containing this project

README

        


logo


安全,强大,易开发的企业微信SCRM

[安装](#如何安装) |
[截图](#项目截图)

### 项目简介

> 此项目为OpenSCRM管理后台前端项目

### 如何安装
- node版本要求:node == 16.20.2
- 修改config/proxy.ts,将后端接口地址修改为你的后端服务地址,如:http://127.0.0.1:9000/
```shell
dev: { #开发环境
'/api/': {
target: 'http://127.0.0.1:9000/', # 后端接口地址
changeOrigin: true,
pathRewrite: { '^': '' },
},
},
```

- 国内npm源加速(可选)
```shell
npm config set registry https://registry.npmmirror.com
```

- 安装项目依赖
```shell
npm install
```

- 修改配置文件(可选)
```shell
config/config.ts
```

- 启动开发环境
```shell
npm run start
```

此前端项目是基于Antd Pro的,备查文档:https://pro.ant.design/zh-CN/docs/overview

### 项目截图
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E7%99%BB%E5%BD%95.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E5%90%8E%E5%8F%B0%E9%A6%96%E9%A1%B5.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E4%BF%AE%E6%94%B9%E6%B8%A0%E9%81%93%E6%B4%BB%E7%A0%81.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E4%BC%9A%E8%AF%9D%E5%AD%98%E6%A1%A3.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E4%BF%AE%E6%94%B9%E6%B8%A0%E9%81%93%E6%B4%BB%E7%A0%812.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE%E7%AE%A1%E7%90%86.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E4%BF%AE%E6%94%B9%E7%BE%A4%E5%8F%91.png)
![](https://openscrm.oss-cn-hangzhou.aliyuncs.com/public/screenshots/%E4%BF%AE%E6%94%B9%E6%AC%A2%E8%BF%8E%E8%AF%AD.png)

### 技术栈
* [React](https://zh-hans.reactjs.org/)
* [TypeScript](https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html)
* [Ant Design](https://ant.design/components/overview-cn/)
* [Ant Design Pro](https://pro.ant.design/zh-CN/docs/overview)
* [Pro Components](https://procomponents.ant.design/components)

### 联系作者

扫码可加入交流群

### 版权声明

OpenSCRM遵循Apache2.0协议,可免费商用