一个基于Vue.js和element后台集成解决方案,集成权限验证、标签导航、富文本编辑器、列表拖拽、Echarts图表、导出excel等多种常用后台功能

MaYuanhai 1592a0a364 perf[Login]: optimize input focus interaction (#1798) 5 tahun lalu
build 68a19d55de fix[chore]: fix error when enable gzip 5 tahun lalu
config 4035bf58f2 chore: set default assetsPublicPath to '/' 6 tahun lalu
src 1592a0a364 perf[Login]: optimize input focus interaction (#1798) 5 tahun lalu
static 305d659431 perf[tinymce]: perf tinymce demo 6 tahun lalu
.babelrc d0f6d3f1f6 chore: use babel-plugin-dynamic-import-node to lazy-loading (#727) 6 tahun lalu
.editorconfig 96b100d33c add editorconfig 7 tahun lalu
.eslintignore d10370086e init 7 tahun lalu
.eslintrc.js b8d47bd847 chore: update eslint && lint code 5 tahun lalu
.gitignore aa7eab58f9 refactor(SidebarItem): optimizate SidebarItem (#845) 6 tahun lalu
.postcssrc.js ea7e139696 perf[core]: add postcss-url 6 tahun lalu
.travis.yml b7ca786751 perf[chore]:set travis notifications:false 6 tahun lalu
LICENSE 2b51b987be fixed typo 6 tahun lalu
README.md f890685d8d docs 5 tahun lalu
README.zh-CN.md 9a5c404ef8 docs: fix typo (#1782) 5 tahun lalu
favicon.ico 1c4c3380e6 perf:change favicon 7 tahun lalu
index.html 4780ac334f perf: use templateParameters to refine index.html (#1156) 6 tahun lalu
package.json 20f6150741 [release] 3.11.0 5 tahun lalu

README.md

vue element-ui Build Status license GitHub release gitter donate

English | 简体中文

Introduction

vue-element-admin is a front-end management background integration solution. It based on vue 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.

v4.0 has in beta. It built on vue-cli@3, optimized a lot of code and added a lot of new features. Welcome to use and make suggestions.

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.


Sponsors

Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]

Admin Dashboard Templates made with Vue, React and Angular.

Features

- Login / Logout

- Permission Authentication
  - Page permission
  - Directive permission
  - Two-step login

- Multi-environment build
  - dev sit stage prod

- Global Features
  - I18n
  - Multiple dynamic themes
  - Dynamic sidebar (supports multi-level routing)
  - Dynamic breadcrumb
  - Tags-view (Tab page Support right-click operation)
  - Svg Sprite
  - Mock data
  - Screenfull
  - Responsive Sidebar

- Editor
  - Rich Text Editor
  - Markdown Editor
  - JSON Editor

- Excel
  - Export Excel
  - Export zip
  - Upload Excel
  - Visualization Excel

- Table
  - Dynamic Table
  - Drag And Drop Table
  - Tree Table
  - Inline Edit Table

- Error Page
  - 401
  - 404

- Components
  - Avatar Upload
  - Back To Top
  - Drag Dialog
  - Drag Select
  - Drag Kanban
  - Drag List
  - SplitPane
  - Dropzone
  - Sticky
  - CountTo

- Advanced Example
- Error Log
- Dashboard
- Guide Page
- ECharts
- Clipboard
- Markdown to html

Getting started

# clone the project
git clone https://github.com/PanJiaChen/vue-element-admin.git

# install dependency
npm install

# develop
npm run dev

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

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod

Advanced

# --report to build with bundle size analytics
npm run build:prod --report

# --generate a bundle size analytics. default: bundle-report.html
npm run build:prod --generate_report

# --preview to start a server in local to preview
npm run build:prod --preview

# lint code
npm run lint

# auto fix
npm run lint -- --fix

Refer to Documentation for more information

Changelog

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

Online Demo

Preview

Donate

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

donate

Paypal Me

Buy me a coffee

Browsers support

Modern browsers and Internet Explorer 10+.

IE / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT

Copyright (c) 2017-present PanJiaChen