# form-create **Repository Path**: hehq_vue/form-create ## Basic Information - **Project Name**: form-create - **Description**: 轻松搞定 form 表单, 自定义表单 iView 和 ElementUI 2.8.2+ 全套 所有使用代码完成 可读性不好 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: 2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-09-24 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# form-create V2 [](https://github.com/xaboy/form-create) [](https://github.com/xaboy) [](https://www.npmjs.com/package/@form-create/core) [](https://www.npmjs.com/package/@form-create/core) [](http://www.form-create.com/v2/) [](https://www.npmjs.com/package/@form-create/iview) [](https://gitter.im/xaboy/form-create?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://www.npmjs.com/package/@form-create/element-ui) [](https://gitter.im/xaboy/form-create?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) **form-create 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的表单生成器。并且支持生成任何 Vue 组件。结合内置17种常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。** ## 支持 - **iViewUI 2.13.0+** - **iViewUI 3.x** - **ElementUI 2.8.2+** > 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!本项目还在不断开发完善中,如有任何建议或问题[请在这里提出](https://github.com/xaboy/form-create/issues/new) > 本项目QQ讨论群[28963712](https://jq.qq.com/?_wv=1027&k=54aKUVw) > [更新日志](http://www.form-create.com/v2/guide/update.html)   ## 文档 **[简体中文](http://www.form-create.com/v2/) | [English](http://www.form-create.com/en/v2/)** ## 包说明 | 包名 | 说明 | | ------------------ | ---------------------------------------------------------- | | @form-create/iview | [iview 版本](http://form-create.com/v2/iview/) | | @form-create/element-ui | [ElementUI 版本](http://form-create.com/v2/element-ui/) | ## 示例 - [CRMEB客户管理+电商管理系统](https://gitee.com/ZhongBangKeJi/CRMEB) ([演示站](http://demo25.crmeb.net) 账号:demo 密码:crmeb.com) - [自定义组件 案例](https://github.com/HeyMrLin/fc-demo) ([演示站](http://jeekweb.pro/form-create-demo)) - [使用生成器生成](https://jsrun.net/NQhKp/edit) - [使用 json 生成](https://jsrun.net/NQhKp/edit) - [各种示例](https://jsrun.net/user/xaboy) ## 图例  ## 安装 iview ```shell npm install @form-create/iview ``` elementUI ```shell npm install @form-create/element-ui ``` ## 引入 **CDN:** iview ```html ``` elementUI ```html ``` **NodeJs:** iview ```js import formCreate from '@form-create/iview' import { maker } from '@form-create/iview' Vue.use(formCreate) ``` ElementUI ```js import formCreate from '@form-create/element-ui' import { maker } from '@form-create/element-ui' Vue.use(formCreate) ``` ## 使用 ```html