# openscrm-dashboard
**Repository Path**: mywisdomcode/openscrm-dashboard
## Basic Information
- **Project Name**: openscrm-dashboard
- **Description**: openscrm的前端项目
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-31
- **Last Updated**: 2024-06-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
安全,强大,易开发的企业微信SCRM
[安装](#如何安装) |
[截图](#项目截图)
### 项目简介
> 此项目为OpenSCRM管理后台前端项目
### 在线演示
http://dashboard.demo.openscrm.cn:8000/
### 如何安装
- 修改config/proxy.ts,将后端接口地址修改为你的后端服务地址,如:http://127.0.0.1:8080/
```shell
dev: { #开发环境
'/api/': {
target: 'http://127.0.0.1:8080/', # 后端接口地址
changeOrigin: true,
pathRewrite: { '^': '' },
},
},
```
- 安装tyarn,安装tyarn是淘宝加速过的yarn
```shell
npm -g install tyarn
```
- 安装项目依赖
```shell
tyarn install
```
- 修改配置文件
```shell
config/config.ts
```
- 启动开发环境
```shell
tyarn start
```
此前端项目是基于Antd Pro的,备查文档:https://pro.ant.design/zh-CN/docs/overview
### 项目截图








### 技术栈
* [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协议,可免费商用