vue-form-json-schema
  • Introduction
  • Installation
  • Getting started
  • API
    • vue-form-json-schema
      • components
      • options
        • ajv
      • schema
      • uiSchema
        • field
          • component
          • children
          • displayOptions
          • dynamicOptions
          • errorHandler
          • errorOptions
          • eventProp
          • fieldOptions
            • attrs
            • class
            • domProps
            • key
            • nativeOn
            • on
            • props
            • slot
            • style
          • internalModel
          • valueModel
          • valueProp
Powered by GitBook
On this page
  • Requirements
  • Direct Download / CDN
  • NPM

Installation

PreviousIntroductionNextGetting started

Last updated 5 years ago

vue-form-json-schema is distributed as both an UMD and ES module version. If you use CommonJS/AMD or are stuck on an older version of Webpack you should use the UMD build. If you use webpack, parcel or rollup the ESM version will be used automatically.

Requirements

Vue.js >= 2.4.0

Direct Download / CDN

This link will always use the latest version. To use a specific version you can update the URL like this:

NPM

npm install vue-form-json-schema

https://unpkg.com/vue-form-json-schema/vue-form-json-schema
https://unpkg.com/vue-form-json-schema@2.3.0