https://github.com/steedos/steedos-plugin-qywx
华炎魔方与企业微信集成插件:单点登录、消息推送、用户同步
https://github.com/steedos/steedos-plugin-qywx
Last synced: 7 months ago
JSON representation
华炎魔方与企业微信集成插件:单点登录、消息推送、用户同步
- Host: GitHub
- URL: https://github.com/steedos/steedos-plugin-qywx
- Owner: steedos
- Created: 2020-06-23T02:48:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:04:21.000Z (almost 3 years ago)
- Last Synced: 2024-05-10T07:43:10.200Z (over 1 year ago)
- Language: JavaScript
- Size: 3.41 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 安装 yarn
```
npm i yarn -g
```
### 国内建议使用npm淘宝镜像
```
npm config set registry http://registry.npm.taobao.org/
```
### 使用yarn安装依赖包
```
yarn
```
### 启动服务器
```
yarn start
```
### 了解更多
- [开发文档](https://www.steedos.com/developer/)