2
0

Тайлбар байхгүй

Pan 775f6f5f3a [release] 3.7.1 6 жил өмнө
build bdc31cea1a chore: use Runtime-only (#799) 6 жил өмнө
config 914a4ec62c chore: assetsPublicPath 6 жил өмнө
src 2687b2eb3c perf[v-loading]: remove .body modifier #779 6 жил өмнө
static 305d659431 perf[tinymce]: perf tinymce demo 6 жил өмнө
.babelrc d0f6d3f1f6 chore: use babel-plugin-dynamic-import-node to lazy-loading (#727) 6 жил өмнө
.editorconfig 96b100d33c add editorconfig 7 жил өмнө
.eslintignore d10370086e init 7 жил өмнө
.eslintrc.js dc162093cc refactor[core]: use webpack-dev-server now (#355) 7 жил өмнө
.gitignore 48070e5abf perf[.gitignore]: rm gifs 6 жил өмнө
.postcssrc.js ea7e139696 perf[core]: add postcss-url 6 жил өмнө
.travis.yml b7ca786751 perf[chore]:set travis notifications:false 7 жил өмнө
LICENSE 2b51b987be fixed typo 7 жил өмнө
README.md 76327a8f26 update doc 6 жил өмнө
README.zh-CN.md 03b708870b update doc 6 жил өмнө
favicon.ico 1c4c3380e6 perf:change favicon 7 жил өмнө
index.html 26b84847dd fix: change tab char to 2 spaces (#522) 6 жил өмнө
package.json 775f6f5f3a [release] 3.7.1 6 жил өмнө

README.md

vue element-ui Build Status license GitHub release

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.

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

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.

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+

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 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

# --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

License

MIT

Copyright (c) 2017-present PanJiaChen