Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Aptitudetech/vue-openapi-form

 
 

Repository files navigation

vue-openapi-form

Validation structure

The Object and Array type components are wrapped inside ValidationProvider and a ValidationObserver. The

  • ValidationProvider ensures that the Object/Array itself is not empty if required. And also other validations if necessary.
  • ValidationObserver ensures to report all the errors occuring in it's nested child components.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A Vue component to generate html form using OpenAPI v3 schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.6%
  • Vue 40.5%
  • CSS 12.2%
  • HTML 0.7%