vue.js自动生成表单
vue-formbuilder2.0 (vue-formbuilder2.0)
ElementUI Form Builder.
ElementUI表单生成器。
Basic code was clone from https://github.com/jmeei/vue-formbuilder, and did some improve.
基本代码是从https://github.com/jmeei/vue-formbuilder克隆而来,并做了一些改进。
项目设置 (Project setup)
npm install编译和热重装以进行开发 (Compiles and hot-reloads for development)
npm run serve编译并最小化生产 (Compiles and minifies for production)
npm run build运行测试 (Run your tests)
npm run test整理和修复文件 (Lints and fixes files)
npm run lintvue.js自动生成表单