From fdc6f9326466a22138b32b802c2d3936fdd9d53a Mon Sep 17 00:00:00 2001 From: taylor <709161610@qq.com> Date: Sun, 6 Nov 2016 15:29:07 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bafccdf..c3455ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # vueAdmin -基于vuejs,element搭建一个后台管理界面 +基于 [vuejs](http://vuejs.org/) , [element](http://element.eleme.io/#/) 搭建一个后台管理界面 + +### Usage + +这个项目是使用[vue-cli](https://github.com/vuejs/vue-cli)生成 + +``` bash +$ npm install +$ npm run dev +$ npm run build +``` + +### snapshots +![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/login.png) +![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/main.png)