https://github.com/openscrm/sidebar
OpenSCRM侧边栏前端项目
https://github.com/openscrm/sidebar
openscrm wechat wecorp wework
Last synced: 2 months ago
JSON representation
OpenSCRM侧边栏前端项目
- Host: GitHub
- URL: https://github.com/openscrm/sidebar
- Owner: openscrm
- License: apache-2.0
- Created: 2021-10-19T09:19:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T01:42:30.000Z (over 4 years ago)
- Last Synced: 2023-03-10T11:37:28.860Z (over 3 years ago)
- Topics: openscrm, wechat, wecorp, wework
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 11
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
安全,强大,易开发的企业微信SCRM
[安装](#如何安装) |
[截图](#项目截图)
### 项目简介
> 此项目为OpenSCRM **侧边栏** 前端项目
### 如何安装
- 修改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
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协议,可免费商用