camunda-modeler
v1.2.1
Published
Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io
Downloads
7
Readme
Looking for the legacy Camunda Eclipse plug-in?
Camunda Modeler
An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.
Resources
Building the Application
# checkout a tag
git checkout v1.1.0
# install
npm install
# run all tests
npm run all
Build a Snapshot (the master branch)
Building the master branch may fail due to snapshot dependencies being missing. If that is the case, link them into the modeler project using the wiredeps utility:
npm install wiredeps
node_modules/.bin/wiredeps
Development Setup
Spin up the application for development, all strings attached:
npm run dev
License
MIT
Contains parts (bpmn-js, dmn-js, cmmn-js) released under the bpmn.io license.