# vue-electron **Repository Path**: hyperions/vue-electron ## Basic Information - **Project Name**: vue-electron - **Description**: vue-blog client,base on vue-electron,axios, vuex, vue-router. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-electron > An electron-vue project [vue-blog](https://jkchao.cn) client,base on vue-electron,axios, vuex, vue-router. ## 下载 [MacOS](https://github.com/jkchao/vue-electron/releases/download/0.0.3-bate/electron-mac-x64.zip) [Windows](https://github.com/jkchao/vue-electron/releases/download/0.0.3-bate/electron-win32-x64.zip) [Linux](https://github.com/jkchao/vue-electron/releases/download/0.0.3-bate/electron-linux-x64.zip) ### 相关截图 ![](https://raw.githubusercontent.com/jkchao/vue-electron/master/images/electron.png) #### 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 # run unit & end-to-end tests npm test # lint all JS/Vue component files in `src/` npm run lint ```