Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkchao/vue-electron
vue-blog client,base on vue-electron,axios, vuex, vue-router.
https://github.com/jkchao/vue-electron
axios electron electron-app element-ui vue vue-electron vue-router vue-router2 vuex
Last synced: 3 months ago
JSON representation
vue-blog client,base on vue-electron,axios, vuex, vue-router.
- Host: GitHub
- URL: https://github.com/jkchao/vue-electron
- Owner: jkchao
- License: mit
- Created: 2017-10-24T10:04:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T13:02:06.000Z (about 7 years ago)
- Last Synced: 2024-10-17T19:00:03.539Z (3 months ago)
- Topics: axios, electron, electron-app, element-ui, vue, vue-electron, vue-router, vue-router2, vuex
- Language: Vue
- Homepage:
- Size: 3.91 MB
- Stars: 209
- Watchers: 9
- Forks: 63
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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```