Dynamic Load Element Form for Vue.js
npm install el-form-auto1. install el-form-auto.
``shell`
npm install el-form-auto
2. Global reg the element-ui component in main.js file.
`js
import ElementUI from 'element-ui'
Vue.use(ElementUI)
`
3. Binding data and description.
4. Usage you can see the demo: Demo.vue
1. Install dependency
`shell`
npm install
2. Run build-lib
`shell``
npm run build-lib