README.md 6.0 KB
Newer Older
花裤衩 已提交
1
<p align="center">
花裤衩 已提交
2
  <img width="320" src="https://wpimg.wallstcn.com/ecc53a42-d79b-42e2-8852-5126b810a4c8.svg">
花裤衩 已提交
3 4
</p>

花裤衩 已提交
5
<p align="center">
6
  <a href="https://github.com/vuejs/vue">
P
docs  
Pan 已提交
7
    <img src="https://img.shields.io/badge/vue-2.5.17-brightgreen.svg" alt="vue">
8 9
  </a>
  <a href="https://github.com/ElemeFE/element">
P
docs  
Pan 已提交
10
    <img src="https://img.shields.io/badge/element--ui-2.4.6-brightgreen.svg" alt="element-ui">
11 12 13 14 15 16 17 18 19 20
  </a>
  <a href="https://travis-ci.org/PanJiaChen/vue-element-admin" rel="nofollow">
    <img src="https://travis-ci.org/PanJiaChen/vue-element-admin.svg?branch=master" alt="Build Status">
  </a>
  <a href="https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE">
    <img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
  </a>
  <a href="https://github.com/PanJiaChen/vue-element-admin/releases">
    <img src="https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg" alt="GitHub release">
  </a>
P
docs  
Pan 已提交
21 22 23 24 25 26
  <a href="https://gitter.im/vue-element-admin/discuss">
    <img src="https://badges.gitter.im/Join%20Chat.svg" alt="gitter">
  </a>
  <a href="https://panjiachen.github.io/vue-element-admin-site/donate">
    <img src="https://img.shields.io/badge/%24-donate-ff69b4.svg" alt="donate">
  </a>
花裤衩 已提交
27
</p>
花裤衩 已提交
28

花裤衩 已提交
29
English | [简体中文](./README.zh-CN.md)
花裤衩 已提交
30

花裤衩 已提交
31
## Introduction
花裤衩 已提交
32

P
Pan 已提交
33
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) is a front-end management background integration solution. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element](https://github.com/ElemeFE/element).
P
Pan 已提交
34

P
Pan 已提交
35
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.
P
refine  
Pan 已提交
36

花裤衩 已提交
37
- [Preview](http://panjiachen.github.io/vue-element-admin)
P
Pan 已提交
38

P
Pan 已提交
39
- [Documentation](https://panjiachen.github.io/vue-element-admin-site/)
P
refine  
Pan 已提交
40

P
Pan 已提交
41 42
- [Gitter](https://gitter.im/vue-element-admin/discuss)

P
Pan 已提交
43
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
P
Pan 已提交
44

P
Pan 已提交
45
- [Donate](https://panjiachen.github.io/vue-element-admin-site/donate/)
花裤衩 已提交
46

P
Pan 已提交
47 48
- [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 国内用户可访问该地址在线预览

P
Pan 已提交
49
**This project is positioned as a background integration solution and is not suitable for secondary development as a basic template.**
T
ttop5 已提交
50

51
- Base template recommends using: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
P
Pan 已提交
52 53 54 55 56 57 58
- Desktop: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)

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

**Start using `webpack4` from `v3.8.0`. If you still want to continue using `webpack3`, please use this branch [webpack3](https://github.com/PanJiaChen/vue-element-admin/tree/webpack3)**
P
Pan 已提交
59

花裤衩 已提交
60
## Preparation
P
Pan 已提交
61

P
Pan 已提交
62
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/), [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
P
Pan 已提交
63
Understanding and learning this knowledge in advance will greatly help the use of this project.
P
Pan 已提交
64

P
Pan 已提交
65
---
P
Pan 已提交
66

67 68 69
 <p align="center">
  <img width="900" src="https://wpimg.wallstcn.com/a5894c1b-f6af-456e-82df-1151da0839bf.png">
</p>
P
refine  
Pan 已提交
70

花裤衩 已提交
71
## Features
P
Pan 已提交
72

花裤衩 已提交
73 74
```
- Login / Logout
P
Pan 已提交
75 76 77 78 79 80

- Permission Authentication
  - Page permission
  - Directive permission
  - Two-step login

花裤衩 已提交
81
- Multi-environment build
P
Pan 已提交
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
  - 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
P
Pan 已提交
129
- Dashboard
花裤衩 已提交
130
- Guide Page
花裤衩 已提交
131 132
- Echarts
- Clipboard
133
- Markdown to html
花裤衩 已提交
134 135 136
```

## Getting started
P
refine  
Pan 已提交
137

P
refine  
Pan 已提交
138
```bash
P
Pan 已提交
139
# clone the project
花裤衩 已提交
140
git clone https://github.com/PanJiaChen/vue-element-admin.git
P
refine  
Pan 已提交
141

花裤衩 已提交
142 143
# install dependency
npm install
P
refine  
Pan 已提交
144

花裤衩 已提交
145 146
# develop
npm run dev
P
refine  
Pan 已提交
147
```
P
refine  
Pan 已提交
148

花裤衩 已提交
149 150 151
This will automatically open http://localhost:9527.

## Build
P
Pan 已提交
152

P
Pan 已提交
153
```bash
花裤衩 已提交
154 155
# build for test environment
npm run build:sit
156

花裤衩 已提交
157 158
# build for production environment
npm run build:prod
159 160
```

花裤衩 已提交
161
## Advanced
P
Pan 已提交
162

163
```bash
花裤衩 已提交
164 165
# --report to build with bundle size analytics
npm run build:prod --report
P
refine  
Pan 已提交
166

花裤衩 已提交
167 168 169
# --generate a bundle size analytics. default: bundle-report.html
npm run build:prod --generate_report

花裤衩 已提交
170 171
# --preview to start a server in local to preview
npm run build:prod --preview
P
Pan 已提交
172

花裤衩 已提交
173 174
# lint code
npm run lint
P
refine  
Pan 已提交
175

花裤衩 已提交
176 177
# auto fix
npm run lint -- --fix
P
refine  
Pan 已提交
178 179
```

P
Pan 已提交
180
Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
花裤衩 已提交
181

P
Pan 已提交
182
## Changelog
P
Pan 已提交
183

P
Pan 已提交
184 185
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).

186
## Online Demo
P
Pan 已提交
187

花裤衩 已提交
188
[Preview](http://panjiachen.github.io/vue-element-admin)
P
Pan 已提交
189 190

## Donate
P
Pan 已提交
191

花裤衩 已提交
192 193 194 195 196
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)
花裤衩 已提交
197

花裤衩 已提交
198 199
[Buy me a coffee](https://www.buymeacoffee.com/Pan)

花裤衩 已提交
200 201
## License

花裤衩 已提交
202 203
[MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)

P
Pan 已提交
204
Copyright (c) 2017-present PanJiaChen