> For the complete documentation index, see [llms.txt](https://jarvelov.gitbook.io/vue-form-json-schema/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jarvelov.gitbook.io/vue-form-json-schema/installation.md).

# Installation

> `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

<https://unpkg.com/vue-form-json-schema/vue-form-json-schema>

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

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

## NPM

`npm install vue-form-json-schema`
