1.0.11 • Published 2 years ago

el-form-auto v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago