Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/json-drived-configurable-platform/form-generator-iview
https://json-drived-configurable-platform.github.io/form-generator-iview
https://github.com/json-drived-configurable-platform/form-generator-iview
form-generator form-validation json-schema json-schema-form
Last synced: about 21 hours ago
JSON representation
https://json-drived-configurable-platform.github.io/form-generator-iview
- Host: GitHub
- URL: https://github.com/json-drived-configurable-platform/form-generator-iview
- Owner: JSON-Drived-Configurable-Platform
- Created: 2020-08-19T05:29:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T05:29:40.000Z (over 3 years ago)
- Last Synced: 2025-01-18T09:46:27.167Z (10 days ago)
- Topics: form-generator, form-validation, json-schema, json-schema-form
- Language: Vue
- Homepage:
- Size: 39.9 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form-generator-iview
## description
A form generator with json schema based on iview ui.
## design
![project mind mapping](./form-generator.svg)
## developer
[zhengxkq](https://github.com/zhengxkq),
[BingBlog](https://github.com/BingBlog),
[longkele](https://github.com/longkele/)
[xiaomiCat](https://github.com/xiaomiCat),
[changyuqing](https://github.com/changyuqing),
[Tobin1990](https://github.com/Tobin1990),
[glsnb](https://github.com/glsnb)## development
`yarn run dev`
## deploy github page
提交PR之前需要提供demo以供验证,需要部署到github page上
github page需要设置为gh-pages分支
目前使用了github action来自动部署,需要fork后开启actions`yarn run deployDoc remoteName`
## production
`yarn run build`