A ElementUI component wrapper of FormSchema.
npm install --save @formschema/elementui
# 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
Under the MIT license. See LICENSE file for more details.