项目作者: aladdingod

项目描述 :
精简版的vue-element-admin
高级语言: Vue
项目地址: git://github.com/aladdingod/vue-element-admin-simple.git
创建时间: 2019-10-29T08:25:35Z
项目社区:https://github.com/aladdingod/vue-element-admin-simple

开源协议:MIT License

下载






vue


element-ui


Build Status


license


GitHub release


gitter


donate

English | 简体中文 | 日本語 | Spanish

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.

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 on vue-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.



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

  1. - Login / Logout
  2. - Permission Authentication
  3. - Page permission
  4. - Directive permission
  5. - Permission configuration page
  6. - Two-step login
  7. - Multi-environment build
  8. - dev sit stage prod
  9. - Global Features
  10. - I18n
  11. - Multiple dynamic themes
  12. - Dynamic sidebar (supports multi-level routing)
  13. - Dynamic breadcrumb
  14. - Tags-view (Tab page Support right-click operation)
  15. - Svg Sprite
  16. - Mock data
  17. - Screenfull
  18. - Responsive Sidebar
  19. - Editor
  20. - Rich Text Editor
  21. - Markdown Editor
  22. - JSON Editor
  23. - Excel
  24. - Export Excel
  25. - Upload Excel
  26. - Visualization Excel
  27. - Export zip
  28. - Table
  29. - Dynamic Table
  30. - Drag And Drop 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/PanJiaChen/vue-element-admin.git
  3. # enter the project directory
  4. cd vue-element-admin
  5. # install dependency
  6. npm install
  7. # develop
  8. npm run dev

This will automatically open http://localhost:9527

Build

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

Advanced

  1. # preview the release environment effect
  2. npm run preview
  3. # preview the release environment effect + static resource analysis
  4. npm run preview -- --report
  5. # code format check
  6. npm run lint
  7. # code format check and auto fix
  8. 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 / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT

Copyright (c) 2017-present PanJiaChen