bpmn-js-example-modeler

0.0.0 • Public • Published

bpmn-js Modeler Example

This example uses bpmn-js to implement a modeler for BPMN 2.0 process diagrams. It serves as the basis of the bpmn-js demo application available at demo.bpmn.io.

About

This example is a node-style web application that builds a user interface around the bpmn-js BPMN 2.0 modeler.

demo application screenshot

Building

You need a NodeJS development stack with npm installed to build the project.

To install all project dependencies execute

npm install

Build the application (including bpmn-js) via

npm run all

You may also spawn a development setup by executing

npm run dev

Both tasks generate the distribution ready client-side modeler application into the public folder.

Serve the application locally or via a web server (nginx, apache, embedded).

Readme

Keywords

Package Sidebar

Install

npm i bpmn-js-example-modeler

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

19.7 MB

Total Files

10

Last publish

Collaborators

  • rodrigonogueira