From 25b9a81c7df427fbb55d67fb48c908bd79e99945 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 4 Jul 2017 15:13:02 +0800 Subject: [PATCH] update readme --- README-en.md | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index ad7ee9a..8ae938e 100644 --- a/README-en.md +++ b/README-en.md @@ -26,4 +26,5 @@ npm run build # build for production and view the bundle analyzer report npm run build --report ``` - +## Demo +![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif) diff --git a/README.md b/README.md index 4884490..0c14296 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > 这是一个 极简的vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 [线上地址](http://panjiachen.github.io/vueAdmin-template) +[English Document](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-en.md)   ## 相关项目 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) @@ -38,3 +39,5 @@ npm run build npm run build --report ``` +## Demo +![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)