1.0.0 • Published 10 months ago
@paywan.chong/mtvh-formio v1.0.0
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 installwill download dependancies and build all dist files.npm run builderwill start the builder environment to build forms and test out new components - http://localhost:3000npm run watchwill watch for changes to sass, components, options and templates, and build just the depenancy files for the builder -mtvh-formio.cssandmtvh-formio.use.min.js.npm run buildBuild all dist files prior to publishing.