@mtvh/mtvh-formio
v2.4.3
Published
MTVH custom templates, components and styling for Form.io
Downloads
710
Keywords
Readme
MTVH Formio Library
MTVH custom Form.io templates, components and styling for MTVH websites:
This library is dependant on:
- Formio JS v4.15.0
- Bootstrap 4.*
- jquery 3.6.3 (required for uploadcare widget)
Installation
Along with the above dependancies, there are 2 files from this package that need to be included in any website to run the library.
/dist/mtvh-formio.use.min.js
/dist/mtvh-formio.css
Development
npm install
will download dependancies and build all dist files.npm run builder
will start the builder environment to build forms and test out new components - http://localhost:3000npm run watch
will watch for changes to sass, components, options and templates, and build just the depenancy files for the builder -mtvh-formio.css
andmtvh-formio.use.min.js
.npm run build
Build all dist files prior to publishing.