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: 10 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T13:02:06.000Z (over 8 years ago)
- Last Synced: 2025-02-27T09:34:23.883Z (over 1 year ago)
- Topics: axios, electron, electron-app, element-ui, vue, vue-electron, vue-router, vue-router2, vuex
- Language: Vue
- Homepage:
- Size: 3.91 MB
- Stars: 210
- 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)
### 相关截图

#### 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
```