README.md 6.8 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>

P
Pan 已提交
5
# vue-element-admin
花裤衩 已提交
6

7 8
[![vue](https://img.shields.io/badge/vue-2.5.10-brightgreen.svg)](https://github.com/vuejs/vue)
[![element-ui](https://img.shields.io/badge/element--ui-2.0.8-brightgreen.svg)](https://github.com/ElemeFE/element)
花裤衩 已提交
9
[![Build Status](https://travis-ci.org/PanJiaChen/vue-element-admin.svg?branch=master)](https://travis-ci.org/PanJiaChen/vue-element-admin)
花裤衩 已提交
10 11 12
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg)]()

P
Pan 已提交
13
**A magical vue admin.**
花裤衩 已提交
14

P
Pan 已提交
15
- [线上地址](http://panjiachen.github.io/vue-element-admin)
P
refine  
Pan 已提交
16

P
Pan 已提交
17
- [使用文档](https://panjiachen.github.io/vue-element-admin-site/#/)
P
Pan 已提交
18

P
Pan 已提交
19
- [English Document](https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md)
P
refine  
Pan 已提交
20

P
Pan 已提交
21 22 23
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)

- [donate](https://panjiachen.github.io/vue-element-admin-site/#/donate)
花裤衩 已提交
24

P
Pan 已提交
25 26 27
**本项目的定位是后台集成方案,不适合当基础模板来开发。**
 - 模板建议使用: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template)  
 - 桌面端: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
花裤衩 已提交
28

29
**注意:该项目使用 element-ui@2.0.0+ 版本,所以最低兼容 vue@2.5.0**
花裤衩 已提交
30

P
Pan 已提交
31
## 前序准备
T
ttop5 已提交
32

P
Pan 已提交
33
你的本地环境需要安装 [node](http://nodejs.org/)[git](https://git-scm.com/)。我们的技术栈基于 [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/)[element-ui](https://github.com/ElemeFE/element),提前了解和学习这些知识会对使用本项目有很大的帮助。
P
Pan 已提交
34

P
Pan 已提交
35
同时配套一个系列的教程文章,如何从零构建后一个完整的后台项目,建议大家先看完这些文章再来实践本项目
P
Pan 已提交
36 37
 - [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
 - [手摸手,带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)
P
Pan 已提交
38
 - [手摸手,带你用 vue 撸后台 系列三 (实战篇)](https://juejin.im/post/593121aa0ce4630057f70d35)
P
Pan 已提交
39 40 41
 - [手摸手,带你用 vue 撸后台 系列四(vueAdmin 一个极简的后台基础模板)](https://juejin.im/post/595b4d776fb9a06bbe7dba56)
 - [手摸手,带你封装一个 vue component](https://segmentfault.com/a/1190000009090836)
 - [手摸手,带你优雅的使用 icon](https://juejin.im/post/59bb864b5188257e7a427c09)
P
refine  
Pan 已提交
42

43
 响应需求,开了一个qq群 `591724180` 方便大家交流
P
Pan 已提交
44

45
 或者加入该群主 **[圈子](https://jianshiapp.com/circles/1209)** 楼主会经常分享一些技术相关的东西
P
Pan 已提交
46

P
Pan 已提交
47
 **如有问题请先看上述使用文档和文章,若不能满足,欢迎 issue 和 pr**
P
Pan 已提交
48

P
Pan 已提交
49
 **本项目并不是一个脚手架,更倾向于是一个集成解决方案**
P
Pan 已提交
50

P
Pan 已提交
51
 **该项目不支持低版本游览器(如ie),有需求请自行添加polyfill [详情](https://github.com/PanJiaChen/vue-element-admin/wiki#babel-polyfill)**
P
Pan 已提交
52

53 54 55
 <p align="center">
  <img width="900" src="https://wpimg.wallstcn.com/a5894c1b-f6af-456e-82df-1151da0839bf.png">
</p>
P
refine  
Pan 已提交
56 57 58 59

## 功能
- 登录/注销
- 权限验证
P
Pan 已提交
60 61 62 63 64
- 多环境发布
- 动态侧边栏(支持多级路由)
- 动态面包屑
- 国际化多语言
- 多种动态换肤
P
Pan 已提交
65
- 快捷导航(标签页 支持右键操作)
P
refine  
Pan 已提交
66 67 68
- 富文本编辑器
- Markdown编辑器
- JSON编辑器
P
Pan 已提交
69
- Screenfull全屏
P
refine  
Pan 已提交
70
- 列表拖拽
P
Pan 已提交
71 72 73 74 75 76
- Svg Sprite 图标
- Dashboard
- 本地mock数据
- Echarts 图表
- Clipboard(剪贴复制)
- 401/404错误页面
P
refine  
Pan 已提交
77 78
- 错误日志
- 导出excel
P
Pan 已提交
79
- 导出zip
P
Pan 已提交
80
- 前端可视化excel
P
Pan 已提交
81
- Table example
P
Pan 已提交
82 83
- 动态table example
- 拖拽table example
P
Pan 已提交
84
- 内联编辑table example
P
Pan 已提交
85 86 87 88 89 90
- Form example
- 二步登录
- SplitPane
- Dropzone
- Sticky
- CountTo
91
- Markdown to html
P
refine  
Pan 已提交
92 93

## 开发
P
refine  
Pan 已提交
94
```bash
95 96
	# 克隆项目
	git clone https://github.com/PanJiaChen/vue-element-admin.git
P
refine  
Pan 已提交
97

98 99 100 101 102
	# 安装依赖
	npm install
	   
	# 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题
	npm install --registry=https://registry.npm.taobao.org
P
refine  
Pan 已提交
103

104 105
	# 启动服务
	npm run dev
P
refine  
Pan 已提交
106
```
P
refine  
Pan 已提交
107 108 109
浏览器访问 http://localhost:9527

## 发布
P
Pan 已提交
110
```bash
111 112 113 114 115 116 117 118 119 120 121 122 123 124
	# 构建测试环境
	npm run build:sit

	# 构建生成环境
	npm run build:prod
```

## 其它
```bash
	# --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
P
refine  
Pan 已提交
125

126 127
	# lint code
	npm run lint
P
Pan 已提交
128 129
```

130
更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/#/deploy)
P
Pan 已提交
131

P
refine  
Pan 已提交
132 133 134 135 136
## 目录结构
```shell
├── build                      // 构建相关  
├── config                     // 配置相关
├── src                        // 源代码
P
refine  
Pan 已提交
137
│   ├── api                    // 所有请求
138
│   ├── assets                 // 主题 图片等静态资源
P
refine  
Pan 已提交
139 140
│   ├── components             // 全局公用组件
│   ├── directive              // 全局指令
P
Pan 已提交
141
│   ├── filtres                // 全局 filter
142 143
│   ├── icons                  // 项目svg icons
│   ├── lang                   // 国际化 lang
P
Pan 已提交
144
│   ├── mock                   // 项目mock 模拟数据
P
refine  
Pan 已提交
145
│   ├── router                 // 路由
146
│   ├── store                  // 全局 store
P
refine  
Pan 已提交
147 148
│   ├── styles                 // 全局样式
│   ├── utils                  // 全局公用方法
P
Pan 已提交
149
│   ├── vendor                 // 公用vendor
150
│   ├── views                  // views
P
refine  
Pan 已提交
151
│   ├── App.vue                // 入口页面
152
│   ├── main.js                // 入口js 初始化 加载组件等
P
Pan 已提交
153
│   └── permission.js          // 权限管理
P
refine  
Pan 已提交
154 155 156
├── static                     // 第三方不打包资源
│   └── Tinymce                // 富文本
├── .babelrc                   // babel-loader 配置
157 158
├── .eslintrc.js               // eslint 配置项
├── .postcssrc.js              // postcss 配置项
P
refine  
Pan 已提交
159 160 161 162 163 164 165
├── .gitignore                 // git 忽略项
├── favicon.ico                // favicon图标
├── index.html                 // html模板
└── package.json               // package.json

```

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

169 170
## Online Demo
[查看更多demo](http://panjiachen.github.io/vue-element-admin)
P
Pan 已提交
171 172 173 174

## Donate
If you find this project useful, you can buy me a cup of coffee
![donate](https://panjiachen.github.io/donate/donation.png)
花裤衩 已提交
175 176 177 178

## License

MIT