1.0.11 • Published 1 year ago

el-form-auto v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. install el-form-auto.
npm install el-form-auto
  1. Global reg the element-ui component in main.js file.
import ElementUI from 'element-ui'

Vue.use(ElementUI)
  1. Binding data and description.

  2. Usage you can see the demo: Demo.vue

How to build lib

  1. Install dependency
npm install
  1. Run build-lib
npm run build-lib
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago