跳板机管理web端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
443 B

8 years ago
8 years ago
  1. # vueAdmin
  2. 基于 [vuejs](http://vuejs.org/) , [element](http://element.eleme.io/#/) 搭建一个后台管理界面
  3. ### Usage
  4. 这个项目是使用[vue-cli](https://github.com/vuejs/vue-cli)生成
  5. ``` bash
  6. $ npm install
  7. $ npm run dev
  8. $ npm run build
  9. ```
  10. ### snapshots
  11. ![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/login.png)
  12. ![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/main.png)