# 表单生成器work-module **Repository Path**: star_ring/form-create-designer ## Basic Information - **Project Name**: 表单生成器work-module - **Description**: 表单生成器,work-module - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: 定制开发 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 5 - **Created**: 2021-06-20 - **Last Updated**: 2025-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# form-create-designer [](https://github.com/xaboy/form-create-designer) [](https://github.com/xaboy) **form-create-designer 是基于 [@form-create/element-ui](https://github.com/xaboy/form-create) 实现的表单设计器组件。可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率,节省开发者的时间。** **[文档](http://designer.form-create.com/guide/) | [在线演示](http://form-create.com/designer?fr=github)** > 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!本项目还在不断开发完善中,如有任何建议或问题[请在这里提出](https://github.com/xaboy/form-create-designer/issues/new) > 本项目QQ讨论群[28963712](https://jq.qq.com/?_wv=1027&k=54aKUVw)  ## 安装 ```shell npm install @form-create/designer ``` ## 引入 **CDN:** ```html ``` **NodeJs:** 请自行导入`ElementUI`并挂载 ```js import formCreate from '@form-create/element-ui' import FcDesigner from '@form-create/designer' Vue.use(formCreate) Vue.use(FcDesigner) ``` ## 使用 ```html