Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 566 Bytes

FormSchema ElementUI

A ElementUI component wrapper of FormSchema.

Install

npm install --save @formschema/elementui

Run demo

# clone the repository
git clone https://gitlab.com/formschema/components/elementui

# install library dependencies
cd elementui
npm install

# build the ElementUI wrapper lib
npm run build

# install demo dependencies
cd demo
npm install

# run demo
npm run serve

License

Under the MIT license. See LICENSE file for more details.