BPMN Modeler -> download einer funktionierenden Version?

Hallo,

hat jemand die Möglichkeit mir einre funktionierenden “Modeler” mit allen CSS-und “Bild/Font”-Dateien zukommen zu lassen? Ich kann die npm-Installation nicht vornehmen und benötige ein “Zip” mit allen Daten um diese entpackt “perfekterweise” einfach in einem Verzeichnis auf den Webserver kopieren und dann im Browser ausführen zu können?!

Vielen Dank im Voraus.

Viele Grüße

Heiko

Hallo,

Koenten Sie bitte auf English schreiben ? Diese Forum is nur auf English.

Cheers,
Ricardo

Checkout the bpmn-js-seed project. It packages with an index.html and should give you a quick start.

Seed contains the viewer. OP asked for modeler.

git clone https://github.com/bpmn-io/bpmn-js-examples.git examples
cd examples
npm install
grunt

Application can then be found in dist folder.

Related, bower install bpmn installs the modeler as well:
bower_components/bpmn-js/dist/bpmn-modeler.min.js

What is the “hello world” example to use this modeler?

Yes same issue here.
I can see that the seed project has the modeller js file but I could not see a simple example of how to instantiate a modeller instead of a viewer.

This would help a lot

Thank you

1 Like