Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xaboy/form-create-designer

好用的Vue可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。
https://github.com/xaboy/form-create-designer

element-ui form form-create form-designer vue vue3

Last synced: 3 months ago
JSON representation

好用的Vue可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。

Awesome Lists containing this project

README

        



FormCreate


官网
 | 
帮助文档
 | 
在线演示


TIM
dt

**FcDesigner 是基于 [@form-create/element-ui](https://github.com/xaboy/form-create) 实现的表单设计器组件。可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率,节省开发者的时间。**

[![FcDesigner](https://static.form-create.com/file/img/banner-m2.jpg)](https://pro.form-create.com/view)

## 特点
- 使用JSON数据生成表单
- 支持扩展自定义组件
- 内置36个常用的表单组件和布局组件
- 提供丰富的表单操作API
- 支持子表单和分组
- 支持事件配置
- 支持表格布局
- 支持表单验证
- 支持多语言

> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!本项目还在不断开发完善中,如有任何建议或问题[请在这里提出](https://github.com/xaboy/form-create-designer/issues/new)

> 本项目QQ讨论群[629709230](https://jq.qq.com/?_wv=1027&k=F1FlEFIV)

![demo1](https://static.form-create.com/file/img/open-designer.jpg)

## 引入

**CDN:**

```html

```

**NodeJs:**

```shell
npm install @form-create/designer@next
npm install @form-create/element-ui@next
```

请自行导入`ElementPlus`并挂载

```js
import FcDesigner from '@form-create/designer'

app.use(FcDesigner)
app.use(FcDesigner.formCreate)
```

## 使用

```html

```

## 联系

![http://static.form-create.com/file/img/support.jpg](http://static.form-create.com/file/img/support.jpg)

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2021-present xaboy