-
vue3-json-schema-form是一款基于jsonschema的vue3表单生成工具
资源介绍
vue3-json-schema-form
a form generator based on jsonschema for vue3
Project setup
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
API 设计
schema
json schema 对象,用来定义数据,同时也是我们定义表单的依据
value
表单的数据结果,你可以从外部改变这个 value,在表单被编辑的时候,会通过onChange透出