Skip to content

Latest commit

 

History

History

jsonform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jsonform

Based on JSON Editor.

Usage

npm install @eox/jsonform
// for setups with bundlers e.g. Vite
import "@eox/jsonform"

// or, for e.g. single HTML files without bundler
import "@eox/jsonform/dist/eox-jsonform.js"

<eox-jsonform></eox-jsonform>

// TODO: add documentation

Contribute

npm watch
(on root) npm run cypress
(on root) npm run format

npm version <new version>
npm run build
npm publish (requires OTP)

Changelog

Created automatically here