# form-create **Repository Path**: tsbrowser/form-create ## Basic Information - **Project Name**: form-create - **Description**: 具有动态渲染,数据收集,验证和提交功能的表单生成器,内置17种常用表单组件,支持双向数据绑定,事件扩展,并支持使用json生成内置组件和任何vue组件。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.form-create.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 249 - **Created**: 2019-04-21 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# form-create [](https://github.com/xaboy/form-create/blob/master/LICENSE) [](https://github.com/xaboy) [](https://www.npmjs.com/package/form-create) [](https://www.npmjs.com/package/form-create) [](http://www.form-create.com) [](https://www.npmjs.com/package/form-create) [](https://gitter.im/xaboy/form-create?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) **Form builder with dynamic rendering, data collection, validation and submission capabilities, built-in 17 common form components, support for two-way data binding, event extension, and support for building built-in components and any vue components using json.** [中文 README](https://github.com/xaboy/form-create/blob/dev/README_zh-CN.md) ## Support - **iViewUI 2.13.0+** - **iViewUI 3.x** - **ElementUI 2.5.2+** > If it helps, you can click on "Star" in the upper right corner. Thank you! > The project is still being developed and improved. If there are any 'recommendations or questions, please ask [here](https://github.com/xaboy/form-create/issues/new) > [Update log](http://www.form-create.com/en/guide/update.html)   ## Docs **[简体中文](http://www.form-create.com/) | [English](http://www.form-create.com/en/)** ## Files | Name | Description | | ------------------ | ---------------------------------------------------------- | | form-create.js | iViewUI Version | | form-create.elm.js | ElementUI Version | ## Example - [In-depth use case of maker customize component](https://github.com/HeyMrLin/fc-demo) ([Demo station](http://jeekweb.pro/form-create-demo)) - [Generate a form using the maker generator](https://jsrun.net/NQhKp/edit) - [Generate a form using the json parameter](https://jsrun.net/NQhKp/edit) - [Component example](https://jsrun.net/user/xaboy) ## Legend  ## Install ```shell npm install form-create ``` ## Import **CDN:** iviewUI ```html ``` elementUI ```html ``` **NodeJs:** iviewUI ```js import formCreate from 'form-create' import { maker } from 'form-create' Vue.use(formCreate) ``` ElementUI ```js import formCreate from 'form-create/element' import { maker } from 'form-create/element' Vue.use(formCreate) ``` ## Usage ```html