UNPKG

@form-create/core

Version:

FormCreate低代码表单渲染引擎,可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。

13 lines (10 loc) 417 B
import FormCreateFactory from './frame'; import fragment from './components/fragment'; import Creator, {creatorFactory} from './factory/creator'; import Manager from './factory/manager'; import {copyRule, copyRules, mergeRule, parseJson, toJson} from './frame/util'; export { creatorFactory, Creator, Manager, parseJson, toJson, copyRule, copyRules, mergeRule, fragment }; export default FormCreateFactory;