sock4proxy / bpmn-js-examples

Some examples on how to use bpmn-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bpmn-js Examples

This repository contains a number of examples showing how use and integrate bpmn-js it into your applications.

Basics

  • simple-bower - an example showcasing how pull bpmn-js via bower and include it into your application.
  • simple-commonjs - an example showcasing how to load bpmn-js via npm in a node-style application and package it and the application code for the browser with browserify.

Intermediate

  • overlays - attach overlays to BPMN 2.0 diagrams
  • url-viewer - a quick and dirty url viewer for BPMN 2.0 process diagrams created with the bower packaging of bpmn-js.
  • modeler - a simple BPMN 2.0 modeler. Gains more features as time passes by.
  • commenting - a simple commenting application build on top of BPMN 2.0 diagrams

Custom

License

MIT (unless noted otherwise)

About

Some examples on how to use bpmn-js


Languages

Language:JavaScript 86.4%Language:CSS 13.6%