# hexo-client **Repository Path**: whello/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**: 2018-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-client > Hexo桌面客户端 联系我:[http://www.mspring.org](http://www.mspring.org) 项目主页:[https://github.com/gaoyoubo/hexo-client](https://github.com/gaoyoubo/hexo-client) ### 功能简介 - 文章添加 - 文章修改 - 文章删除 - 文章支持七牛图片上传 - 支持hexo generate - 支持hexo deploy ### 截屏预览 ![](http://file.mspring.org/75b72e173544f8d97bd439973e022f65!detail) ![](http://file.mspring.org/af961ed25d01cceb2bb64855324c9cc9!detail) ![](http://file.mspring.org/3376dc96e75b3719f1a40e65dd54b71e!detail) ![](http://file.mspring.org/8a017cf3cb56561da107383ac21da2df!detail) ### TODO - 图片查看优化 ### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build # lint all JS/Vue component files in `src/` npm run lint ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).