# hexo-client **Repository Path**: cyclele/hexo-client ## Basic Information - **Project Name**: hexo-client - **Description**: 基于Electron的Hexo桌面客户端。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.mspring.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 57 - **Created**: 2019-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-client > Hexo桌面客户端 - My blog: [http://www.mspring.org](http://www.mspring.org) - Hexo: [Hexo home page, https://hexo.io](https://hexo.io) - HomePage: [https://github.com/gaoyoubo/hexo-client](https://github.com/gaoyoubo/hexo-client) - Electron AppCenter: [https://electronjs.org/apps/hexo-client](https://electronjs.org/apps/hexo-client) ### 功能简介 - 文章添加 - 文章修改 - 文章删除 - 文章支持七牛图片上传 - 支持hexo generate - 支持hexo deploy - 文章搜索 ### 功能预览 ![](https://www.mspring.org/images/2019/01/29/9a633940-2384-11e9-a26e-272a27c47ef2.gif) ![](http://file.mspring.org/8a3e66058442f2dd9821e7a54090bee7!detail) ![](http://file.mspring.org/f2daf058f76496f56277abc6ff6fbef1!detail) ![](http://file.mspring.org/92be1e0368bf5e9b07cdc48c19c85954!detail) ![](http://file.mspring.org/e86c878c2c7dc5e7234d6690864c52d3!detail) ### 下载地址 https://github.com/gaoyoubo/hexo-client/releases ### Build Setup ``` bash # install dependencies npm install # dev npm run dev # build electron application for production npm run build ```