fs123 / IvyWebViewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IvyWebViewer

IvyWebViewer is a modular JavaScript library, that allows you to render your Axon IVY BPM processes in a browser. In the current version, it is a proof of concept and was developed in the context of a students project @FHNW.

Version

0.1.0

Installation

Preconditions: NodeJS has to be installed on your machine. On Windows machines, Python 2.7 might be necessary too.

You need Gulp installed globally:

$ npm gulp -g
$ git clone https://github.com/fs123/IvyWebViewer
$ cd IvyWebViewer
$ npm install
$ gulp build

Tech

IvyWebViewer uses a number of open source projects to work properly:

  • [bpmn-js] - an open source bpmn rendering and modeling library
  • [node.js] - evented I/O for the backend
  • [Gulp] - the streaming build system

Development

Want to contribute? Great!

About


Languages

Language:JavaScript 99.3%Language:CSS 0.7%