跳板机管理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.

23 lines
635 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. # vueAdmin
  2. a simple admin template based on [vuejs2](http://vuejs.org/) and [element](http://element.eleme.io/#/).
  3. ### Usage
  4. This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
  5. ``` bash
  6. # install dependencies
  7. npm install
  8. # serve with hot reload at localhost:8081
  9. npm run dev
  10. # build for production with minification
  11. npm run build
  12. ```
  13. ### snapshots
  14. ![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/login.png)
  15. ![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/main.png)
  16. ![image](https://github.com/taylorchen709/vueAdmin/blob/master/screenshots/edit.jpg)