New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appscode/vue-openapi-form

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appscode/vue-openapi-form

A Vue component to generate html form using OpenAPI v3 schema

  • 1.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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.

Props

  • reference-model - A deep copy of the model object that we are modifying using vue-openapi-form component

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.

Keywords

FAQs

Package last updated on 08 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc