vue element-ui Build Status license GitHub release

English | [简体中文](./README.zh-CN.md) ## Introduction `vue-element-admin` is a production-ready solution for admin interfaces. Based on [Vue.js](https://github.com/vuejs/vue) and use the UI Toolkit -- [element](https://github.com/ElemeFE/element). `vue-element-admin` is a magical vue admin, it 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. - [Preview](http://panjiachen.github.io/vue-element-admin) - [Documentation](https://panjiachen.github.io/vue-element-admin-site/#/) - [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki) - [donate](https://panjiachen.github.io/vue-element-admin-site/#/donate) **vue-element-admin is a admin interfaces integration solution, which is not suitable for secondary development as a base template.** - Base template recommends using: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template)   - Desktop: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin) **Note: This project uses element-ui@2.0.0+ version, so the minimum compatible vue@2.5.0** ## Preparation You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/)、[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/) 和 [element-ui](https://github.com/ElemeFE/element). All data requests for this project are simulated using [Mock.js](https://github.com/nuysoft/Mock). It would be helpful if you have pre-existing knowledge on those. **This project is not a scaffolding and is more of an integrated solution.** **This project does not support low version browsers (e.g. IE). Please add polyfill yourself if you need them.**

## Features ``` - Login / Logout - Permission authentication - Multi-environment build - Dynamic sidebar (supports multi-level routing) - Dynamic breadcrumb - I18n - Customizable theme - Tags-view(Tab page Support right-click operation) - Rich text editor - Markdown editor - JSON editor - Screenfull - Drag and drop list - Svg Sprite - Dashboard - Mock data - Echarts - Clipboard - 401/404 error page - Error log - Export excel - Export zip - Front-end visualization excel - Table example - Dynamictable example - Drag and drop table example - Inline edit table example - Form example - Two-step login - SplitPane - Dropzone - Sticky - CountTo - Markdown to html ``` ## Getting started ```bash # clone the projice 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 ```bash # build for test environment npm run build:sit # build for production environment npm run build:prod ``` ## Advanced ```bash # --report to build with bundle size analytics npm run build:prod --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](https://panjiachen.github.io/vue-element-admin-site/#/deploy) for more information ## Changelog Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases). ## Online Demo [Preview](http://panjiachen.github.io/vue-element-admin) ## Donate If you find this project useful, you can buy author a glass of juice :tropical_drink: ![donate](https://wpimg.wallstcn.com/bd273f0d-83a0-4ef2-92e1-9ac8ed3746b9.png) [Paypal Me](https://www.paypal.me/panfree23) ## License [MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE) Copyright (c) 2017-present PanJiaChen