项目作者: tocaata

项目描述 :
A admin console front-end for qemu/kvm virtual machine. Build by vue, element-ui, vue-element-admin
高级语言: Vue
项目地址: git://github.com/tocaata/qemu-admin.git
创建时间: 2019-07-04T07:43:37Z
项目社区:https://github.com/tocaata/qemu-admin

开源协议:MIT License

下载


qemu-admin

English | 简体中文

Introduction

qemu-admin is a front-end management for qemu/kvm virtual machine. It based on vue and vue-element-admin and use the UI Toolkit element.

It is a magical vue admin based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.

This project is positioned as a background integration solution and is not suitable for secondary development as a basic template.

This project does not support low version browsers (e.g. IE). Please add polyfill yourself if you need them.

Note: This project uses element-ui@2.3.0+ version, so the minimum compatible vue@2.5.0+

Start using webpack4 from v3.8.0. If you still want to continue using webpack3, please use this branch webpack3

Preparation

You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, axios and element-ui, all request data is simulated using Mock.js.
Understanding and learning this knowledge in advance will greatly help the use of this project.


machine-list
os-template
kvm-args

Features

  1. - Login / Logout
  2. - Permission Authentication
  3. - Page permission
  4. - Directive permission
  5. - Two-step login
  6. - Multi-environment build
  7. - dev sit stage prod
  8. - Global Features
  9. - I18n
  10. - Multiple dynamic themes
  11. - Dynamic sidebar (supports multi-level routing)
  12. - Dynamic breadcrumb
  13. - Tags-view(Tab page Support right-click operation)
  14. - Svg Sprite
  15. - Mock data
  16. - Screenfull
  17. - Responsive Sidebar
  18. - Editor
  19. - Rich Text Editor
  20. - Markdown Editor
  21. - JSON Editor
  22. - Excel
  23. - Export Excel
  24. - Export zip
  25. - Upload Excel
  26. - Visualization Excel
  27. - Table
  28. - Dynamic Table
  29. - Drag And Drop Table
  30. - Tree Table
  31. - Inline Edit Table
  32. - Error Page
  33. - 401
  34. - 404
  35. - Components
  36. - Avatar Upload
  37. - Back To Top
  38. - Drag Dialog
  39. - Drag Select
  40. - Drag Kanban
  41. - Drag List
  42. - SplitPane
  43. - Dropzone
  44. - Sticky
  45. - CountTo
  46. - Advanced Example
  47. - Error Log
  48. - Dashboard
  49. - Guide Page
  50. - ECharts
  51. - Clipboard
  52. - Markdown to html

Getting started

  1. # clone the project
  2. git clone https://github.com/tocaata/qemu-admin.git
  3. # install dependency
  4. npm install
  5. # develop
  6. npm run dev

This will automatically open http://localhost:9527.

Build

  1. # build for test environment
  2. npm run build:sit
  3. # build for production environment
  4. npm run build:prod

Advanced

  1. # --report to build with bundle size analytics
  2. npm run build:prod --report
  3. # --generate a bundle size analytics. default: bundle-report.html
  4. npm run build:prod --generate_report
  5. # --preview to start a server in local to preview
  6. npm run build:prod --preview
  7. # lint code
  8. npm run lint
  9. # auto fix
  10. npm run lint -- --fix

Donate

If you find this project useful, you can buy author a glass of juice :tropical_drink:

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

Copyright (c) 2019-present Tocaata