diff --git a/README.md b/README.md index 5f1364c..38694fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ > 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 # install dependencies @@ -11,18 +13,24 @@ npm install # serve with hot reload at localhost:9080 npm run dev -# build electron application for production +# build electron app for production npm run build -# run unit & end-to-end tests -npm test - - -# lint all JS/Vue component files in `src/` +# lint all JS/Vue component files in `app/src` 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) diff --git a/package.json b/package.json index f987f1c..e290747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vue-admin", - "version": "3.0.0", + "version": "3.0.1", "author": "Pan ", "description": "An electron-vue project", "license": "MIT",