# VFormBuilds自动表单生成器 **Repository Path**: nyhxiaoning/VFormBuilds ## Basic Information - **Project Name**: VFormBuilds自动表单生成器 - **Description**: VFormBuilds为VForm打包发布的库文件,不包含源码,获取源码请入群(免费)。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2021-11-30 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VFormBuilds #### Packaged version of Variant Form #### VFormBuilds为VForm打包发布的库文件,不包含源码。 #### VForm,一款高效的Vue低代码表单,可视化设计,一键生成源码,享受更多摸鱼时间。 ![image](https://ks3-cn-beijing.ksyuncs.com/vform-static/img/vform_demo.gif)
### 功能一览 ``` > 拖拽式表单设计; > 支持PC、H5两种布局; > 支持运行时动态加载表单; > 支持表单复杂交互控制; > 支持自定义CSS样式; > 支持历史撤销、重做功能; > 可导出Vue组件、HTML源码; > 可导出Vue的SFC单文件组件; > 更多功能等你探究...; ``` ### 浏览器兼容性 ```Chrome(及同内核的浏览器如QQ浏览器、360浏览器等等),Firefox,Safari,IE 11```
### 跟Vue项目集成
#### 1. 安装包 ```bash npm i vform-builds ``` 或 ```bash yarn add vform-builds ```
#### 2. 引入并全局注册VForm组件 ``` import Vue from 'vue' import App from './App.vue' import ElementUI from 'element-ui' //引入element-ui库 import VForm from 'vform-builds' //引入VForm库 import 'element-ui/lib/theme-chalk/index.css' //引入element-ui样式 import 'vform-builds/dist/VFormDesigner.css' //引入VForm样式 Vue.config.productionTip = false Vue.use(ElementUI) //全局注册element-ui Vue.use(VForm) //全局注册VForm(同时注册了v-form-designer和v-form-render组件) new Vue({ render: h => h(App), }).$mount('#app') ```
#### 3. 在Vue模板中使用表单设计器组件 ```bash ```
#### 4. 在Vue模板中使用表单渲染器组件 ```html ```
### 资源链接
文档官网:http://www.vform666.com/ 在线演示:http://demo.vform666.com/ VS Code插件:http://www.vform666.com/pages/plugin/ Github仓库:https://github.com/vform666/variant-form Gitee备份仓库:https://gitee.com/vdpadmin/variant-form 更新日志:http://www.vform666.com/pages/changelog/ 技术交流群:微信搜索“vformAdmin”,或者扫如下二维码加群 ![image](https://ks3-cn-beijing.ksyuncs.com/vform-static/img/vx-qrcode-242.png)