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

https://github.com/P-ppc/cnodejs

基于electron的cnodejs社区桌面客户端
https://github.com/P-ppc/cnodejs

cnodejs electron

Last synced: 2 months ago
JSON representation

基于electron的cnodejs社区桌面客户端

Awesome Lists containing this project

README

        

## 利用cnodejs网站提供的api实现一个桌面客户端([cnodejs社区](https://cnodejs.org/))

### 快速开始
```
git clone [email protected]:P-ppc/cnodejs.git
cd cnodejs
npm install
npm start
```

### mac打包
```
npm run build:mac
```
打包目录在/dist下