Vue Element Admin

A magical vue admin

README


vue element-ui Build Status license GitHub release gitter donate



SPONSORED BY


Introduction


vue-element-admin is a production-ready front-end solution for admin interfaces. It is based on vue and uses the UI Toolkit element-ui.

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






- Gitee 国内用户可访问该地址在线预览

- Base template recommends using: vue-admin-template
- Typescript: vue-typescript-admin-template (Credits: @Armour)

After the v4.1.0+ version, the default master branch will not support i18n. Please use i18n Branch, it will keep up with the master update

The current version is v4.0+ build on vue-cli. If you find a problem, please put issue. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely onvue-cli

This project does not support low version browsers (e.g. IE). Please add polyfill by yourself.

Preparation


You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , 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.
Edit on CodeSandbox


Sponsors


Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)

Akveo

Get Java backend for Vue admin with 20% discount for 39$ use coupon code SWB0RAZPZR1M


Flatlogic


Admin Dashboard Templates made with Vue, React and Angular.


Features


  1. ```
  2. - Login / Logout

  3. - Permission Authentication
  4.   - Page permission
  5.   - Directive permission
  6.   - Permission configuration page
  7.   - Two-step login

  8. - Multi-environment build
  9.   - Develop (dev)
  10.   - sit
  11.   - Stage Test (stage)
  12.   - Production (prod)

  13. - Global Features
  14.   - I18n
  15.   - Multiple dynamic themes
  16.   - Dynamic sidebar (supports multi-level routing)
  17.   - Dynamic breadcrumb
  18.   - Tags-view (Tab page Support right-click operation)
  19.   - Svg Sprite
  20.   - Mock data
  21.   - Screenfull
  22.   - Responsive Sidebar

  23. - Editor
  24.   - Rich Text Editor
  25.   - Markdown Editor
  26.   - JSON Editor

  27. - Excel
  28.   - Export Excel
  29.   - Upload Excel
  30.   - Visualization Excel
  31.   - Export zip

  32. - Table
  33.   - Dynamic Table
  34.   - Drag And Drop Table
  35.   - Inline Edit Table

  36. - Error Page
  37.   - 401
  38.   - 404

  39. - Components
  40.   - Avatar Upload
  41.   - Back To Top
  42.   - Drag Dialog
  43.   - Drag Select
  44.   - Drag Kanban
  45.   - Drag List
  46.   - SplitPane
  47.   - Dropzone
  48.   - Sticky
  49.   - CountTo

  50. - Advanced Example
  51. - Error Log
  52. - Dashboard
  53. - Guide Page
  54. - ECharts
  55. - Clipboard
  56. - Markdown to html
  57. ```

Getting started


  1. ``` sh
  2. # clone the project
  3. git clone https://github.com/PanJiaChen/vue-element-admin.git

  4. # enter the project directory
  5. cd vue-element-admin

  6. # install dependency
  7. npm install

  8. # develop
  9. npm run dev
  10. ```

This will automatically open http://localhost:9527

Build


  1. ``` sh
  2. # build for test environment
  3. npm run build:stage

  4. # build for production environment
  5. npm run build:prod
  6. ```

Advanced


  1. ``` sh
  2. # preview the release environment effect
  3. npm run preview

  4. # preview the release environment effect + static resource analysis
  5. npm run preview -- --report

  6. # code format check
  7. npm run lint

  8. # code format check and auto fix
  9. npm run lint -- --fix
  10. ```

Refer to Documentation for more information

Changelog


Detailed changes for each release are documented in the release notes.

Online Demo



Donate


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

donate



Browsers support


Modern browsers and Internet Explorer 10+.

License



Copyright (c) 2017-present PanJiaChen