# form-create-designer **Repository Path**: dreamcz/form-create-designer ## Basic Information - **Project Name**: form-create-designer - **Description**: 好用的Vue可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: next - **Homepage**: https://www.form-create.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 149 - **Created**: 2024-05-22 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# FcDesigner [](https://github.com/xaboy/form-create-designer) [](https://github.com/xaboy) **form-create-designer 是基于 [@form-create/element-ui](https://github.com/xaboy/form-create) vue3版本实现的表单设计器组件。可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率,节省开发者的时间。** [](https://pro.form-create.com/view) **[更新说明](https://github.com/xaboy/form-create-designer/blob/next/CHANGELOG.md) | [文档](https://designer.form-create.com/guide/) | [在线演示](https://form-create.com/v3/designer?fr=github) | [form-create 文档](https://form-create.com/v3/guide/)** > 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!本项目还在不断开发完善中,如有任何建议或问题[请在这里提出](https://github.com/xaboy/form-create-designer/issues/new) > 本项目QQ讨论群[629709230](https://jq.qq.com/?_wv=1027&k=F1FlEFIV)  ## 引入 **CDN:** ```html ``` **NodeJs:** ```shell npm install @form-create/designer@next ``` 请自行导入`ElementPlus`并挂载 ```js import formCreate from '@form-create/element-ui' import FcDesigner from '@form-create/designer' app.use(formCreate) app.use(FcDesigner) ``` ## 使用 ```html