From d7428171ff0f4afa11eaefb706f661c3b543a49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Wed, 19 Jul 2017 16:15:02 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc894ab..84c828a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > An electron-vue project +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 @@ -20,8 +22,11 @@ npm run lint # run webpack in production npm run pack ``` -More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/en/npm_scripts.html). - --- -This project 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). + +## 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)