Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 2, 2020
1 parent 06051ef commit aaaa01a
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@

# 基于ElementUI封装,ProCrud插件
# 🎉 ElementProCrud 🎉

- 基于el-table,el-form二次封装,表单表格支持可视化配置 `ElementUI 版本2.13.2`
## 特性
- 基于el-table,el-form二次封装,表单表格支持可视化配置
- 表单设计器
- 基础组件: 内置element-ui表单组件
- 高级组件:
- `级联选择器` (el-cascader)
- `Tinymce` 富文本编辑器
- `富文本编辑器` Tinymce
- `附件模块` (FileUpload)
- `表格模块` (CrudTable)
- `树形下拉框` (vue-treeSelect)
- 表格设计器
- 注意:本插件采用umd打包发布,支持cdn引入.
- `自定义插槽`
- 表格设计器

## 核心依赖

``` javascript
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.19.2",
"dayjs": "1.8.20",
"element-ui": "^2.13.2",
"lodash": "^4.17.14",
"pinyin-match": "^1.0.9",
"vue": "2.6.11",
"vuedraggable": "^2.23.2"
}
```

## 开始使用

Expand Down

0 comments on commit aaaa01a

Please sign in to comment.