Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 288 Bytes

File metadata and controls

15 lines (13 loc) · 288 Bytes

利用cnodejs网站提供的api实现一个桌面客户端(cnodejs社区)

快速开始

    git clone git@github.com:P-ppc/cnodejs.git
    cd cnodejs
    npm install
    npm start

mac打包

    npm run build:mac

打包目录在/dist下