Core JavaScript services used by the Boomi Flow UI framework to do the heavy lifting.
API docs ui-core are generated by the excellent Typedoc and can be found here
First install dependencies with npm install
then
npm run start
Which will start the webpack dev server and re-compile the typescript on changes.
By default the compiled assets will be output to the build
folder of an adjacent ui-html5 folder (../ui-html5/build), you can override this using the --env.build
arg:
npm start -- --env.build="custom-folder"
or
npm run dev -- --env.build="custom-folder"
Or dist build:
PACKAGE_VERSION=<version_number> npm run dist
The compiled assets will be output to the dist
folder
Contributions are welcome to the project - whether they are feature requests, improvements or bug fixes! Refer to CONTRIBUTING.md for our contribution requirements.
ui-core is released under our shared source license: https://manywho.com/sharedsource
Generated using TypeDoc