Tidak Ada Deskripsi

Pan d431de0589 perf keep-alive in nested route 6 tahun lalu
build 642d48e372 fix :fixed typo 7 tahun lalu
config 4e65890b6a fix[chore]: fixed devtool typo 6 tahun lalu
gifs 025c6cf038 add tabs gif 7 tahun lalu
src d431de0589 perf keep-alive in nested route 6 tahun lalu
static 385ec5a762 refine 7 tahun lalu
.babelrc dc162093cc refactor[core]: use webpack-dev-server now (#355) 7 tahun lalu
.editorconfig 96b100d33c add editorconfig 7 tahun lalu
.eslintignore d10370086e init 7 tahun lalu
.eslintrc.js dc162093cc refactor[core]: use webpack-dev-server now (#355) 7 tahun lalu
.gitignore dc162093cc refactor[core]: use webpack-dev-server now (#355) 7 tahun lalu
.postcssrc.js ea7e139696 perf[core]: add postcss-url 6 tahun lalu
.travis.yml b7ca786751 perf[chore]:set travis notifications:false 7 tahun lalu
LICENSE 2b51b987be fixed typo 7 tahun lalu
README.md 0d47e3454e perf[treeTable] 6 tahun lalu
README.zh-CN.md 0d47e3454e perf[treeTable] 6 tahun lalu
favicon.ico 1c4c3380e6 perf:change favicon 7 tahun lalu
index.html f2fcdee815 perf:format code&&fix typo 7 tahun lalu
package.json bc01171466 [release] 3.6.1 6 tahun lalu

README.md

vue element-ui Build Status license GitHub release

English | 简体中文

Introduction

vue-element-admin is a production-ready solution for admin interfaces. Based on Vue.js and use the UI Toolkit -- 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.

vue-element-admin is a admin interfaces integration solution, which is not suitable for secondary development as a base template.

Note: This project uses element-ui@2.0.0+ version, so the minimum compatible vue@2.5.0

Preparation

You need to install node and git locally. The project is based on ES2015+vuevuexvue-routerelement-ui. All data requests for this project are simulated using Mock.js. 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
- Tree Table
- 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

# 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

# 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

License

MIT

Copyright (c) 2017-present PanJiaChen