vue-form-create Vue动态生成表单组件 可以根据数据配置表单 使用的UI库是element ui, 数据驱动表单,使用Vue的render函数 项目运行 git clone https://github.com/linguokang/vue-form-create.git npm install # serve with hot reload at localhost:8018 npm start npm run build