An example app that uses the sce-sim-grid package is under the example
sub-directory.
It can be launched with yarn start
.
It has also been uploaded to http://kogito.surge.sh.
yarn build
produces the library in three formats: lib-cjs, lib-esm, lib-umd
After a build, the library can be packages with npm pack
and then published with npm publish
.
The schemas under src/schemas were generated using jsonix-schema-compiler
from scesim.xsd and DMN12.xsd.
These rules are used by JSONIX to convert from .scesim and .dmn files into JSON in scesimUtils.ts.
See the compile:schemas
target in package.json.
The scesim.xsd
schema is from drools-wb
Running the command requires Java 1.8, running a newer version might net this error TODO: Find a way to load and use a local dependency of Java 1.8