1
0
mirror of https://github.com/PanJiaChen/electron-vue-admin.git synced 2025-04-05 19:41:41 +08:00

修改版本

This commit is contained in:
bigrocs 2019-09-27 10:25:51 +08:00
parent 11a0a7847a
commit 1dbf490273
2 changed files with 18 additions and 10 deletions

View File

@ -2,7 +2,9 @@
> An electron-vue project > An electron-vue project
#### Build Setup This is a vue electron admin project base on [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template) , and was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
## Build Setup
``` bash ``` bash
# install dependencies # install dependencies
@ -11,18 +13,24 @@ npm install
# serve with hot reload at localhost:9080 # serve with hot reload at localhost:9080
npm run dev npm run dev
# build electron application for production # build electron app for production
npm run build npm run build
# run unit & end-to-end tests # lint all JS/Vue component files in `app/src`
npm test
# lint all JS/Vue component files in `src/`
npm run lint npm run lint
# run webpack in production
npm run pack
``` ```
--- ---
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).
## Demo
![](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/electron-login.png)
![](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/electron-admin.gif)
## Download
Mac: [app release](https://github.com/PanJiaChen/electron-vue-admin/releases/tag/v3.0.0)

View File

@ -1,6 +1,6 @@
{ {
"name": "electron-vue-admin", "name": "electron-vue-admin",
"version": "3.0.0", "version": "3.0.1",
"author": "Pan <panfree23@gmail.com>", "author": "Pan <panfree23@gmail.com>",
"description": "An electron-vue project", "description": "An electron-vue project",
"license": "MIT", "license": "MIT",