博客園 Mac 客戶端 2.0-Beta 的源碼已發布在
https://github.com/LunaGao/cnblog-electron
https://github.com/LunaGao/cnblog-electron
https://github.com/LunaGao/cnblog-electron
重要的事情說三遍
未提交內容
- 一些賬號等敏感信息
- app/build 內容由各個文件生成
- node_modules 內容是第三方組件
編譯方法
1 安裝node_modules下的第三方組件
切換到項目根目錄下 執行 npm install
2 編譯build下js文件
切換到app目錄下 執行 babel --presets react slide blogs webapi user search statuses common news kbArticles --watch --out-dir build
3 打包安裝文件
切換到項目根目錄下 執行 npm run-script package