# hexo-client **Repository Path**: wangxuyi/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-02-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hexo-client > Hexo桌面客户端 联系我:[http://www.mspring.org](http://www.mspring.org) ### 功能简介 - 文章添加 - 文章修改 - 文章删除 - 文章支持七牛图片上传 ### 截屏预览 ![](http://file.mspring.org/66e3d556553c271fa6bbdd8ee6c02fe7!detail) ![](http://file.mspring.org/f2226b4d4256554c4b253af9f8b2e260!detail) ![](http://file.mspring.org/d24d7e4cbced83fa8d34268282dc8fb3!detail) ### TODO - 文章详情页优化 - 图片查看优化 - 自动Generate - 自动Deploy ### 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).