# elementui **Repository Path**: a-survey/elementui ## Basic Information - **Project Name**: elementui - **Description**: Generate a form using JSON Schema, Vue and ElementUI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FormSchema ElementUI A ElementUI component wrapper of FormSchema. ## Install ```sh npm install --save @formschema/elementui ``` ## Run demo ```sh # 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](https://gitlab.com/formschema/components/elementui/blob/master/LICENSE) file for more details.