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

https://github.com/openscrm/sidebar

OpenSCRM侧边栏前端项目
https://github.com/openscrm/sidebar

openscrm wechat wecorp wework

Last synced: 2 months ago
JSON representation

OpenSCRM侧边栏前端项目

Awesome Lists containing this project

README

          


logo


安全,强大,易开发的企业微信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协议,可免费商用