el-form-auto
v1.0.11
Published
Dynamic Load Element Form for Vue.js
Downloads
2
Maintainers
Readme
Introduce
What is this
This is a library that allows you to build forms using descriptive configurations. see this demo
How to use in Vue2
- install el-form-auto.
npm install el-form-auto
- Global reg the element-ui component in main.js file.
import ElementUI from 'element-ui'
Vue.use(ElementUI)
Binding data and description.
Usage you can see the demo: Demo.vue
How to build lib
- Install dependency
npm install
- Run build-lib
npm run build-lib