@appscode/vue-openapi-form
v1.1.8
Published
A Vue component to generate html form using OpenAPI v3 schema
Downloads
70
Readme
vue-openapi-form
Validation structure
The Object and Array type components are wrapped inside ValidationProvider and a ValidationObserver. The
ValidationProviderensures that the Object/Array itself is not empty if required. And also other validations if necessary.ValidationObserverensures to report all the errors occuring in it's nested child components.
Props
reference-model- A deep copy of the model object that we are modifying using vue-openapi-form component
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint