用vue-element-admin测试drone ci
Go to file
Pan 2411aca52b update README.md 2017-12-29 14:17:01 +08:00
build fix :fixed typo 2017-12-18 10:25:53 +08:00
config refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
gifs add tabs gif 2017-06-28 16:00:56 +08:00
src perf[i18n]: complex-table 2017-12-28 15:31:55 +08:00
static/tinymce refine 2017-08-28 13:18:35 +08:00
.babelrc refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.editorconfig add editorconfig 2017-07-24 17:58:46 +08:00
.eslintignore init 2017-04-18 15:09:13 +08:00
.eslintrc.js refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.gitignore refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.postcssrc.js refactor[core]: use webpack-dev-server now (#355) 2017-12-15 14:07:55 +08:00
.travis.yml perf[chore]:set travis notifications:false 2017-12-11 14:20:23 +08:00
LICENSE update README.md 2017-12-29 14:17:01 +08:00
README.md update README.md 2017-12-29 14:17:01 +08:00
README.zh-CN.md update README.md 2017-12-29 14:17:01 +08:00
favicon.ico perf:change favicon 2017-11-23 10:35:54 +08:00
index.html perf:format code&&fix typo 2017-11-22 11:01:19 +08:00
package.json [release] 3.4.1 2017-12-22 11:10:46 +08:00

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.

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 are simulated with 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

Feature

- 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

Quickstart

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

# install dependency
npm install

# developmen
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 https://panjiachen.github.io/vue-element-admin-site/#/deploy 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 🍹

donate

Paypal Me

License

MIT

Copyright (c) 2017-presen PanJiaChen