2017 © Pedro Peláez
 

library dmn-js

image

intelogie/dmn-js

  • Sunday, September 4, 2016
  • by bgauthier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 25 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

dmn-js - DMN for the web

Build Status, (*1)

dmn-js is a DMN modeling and rendering toolkit., (*2)

the project is still in an early stage. Documentation may be missing and examples may be broken., (*3)

Usage

var DmnViewer = require('dmn-js');

var xml; // my DMN xml
var viewer = new DmnViewer({ container: 'body' });

viewer.importXML(xml, function(err) {

  if (err) {
    console.log('error rendering', err);
  } else {
    console.log('rendered');
  }
});

Resources

Tools

dmn-js builds on top of a few additional powerful tools, (*4)

  • dmn-moddle: Read / write support for DMN XML in the browsers
  • table-js: Table rendering and editing toolkit

Building the Project

As long as the project is in alpha stage, you must make sure you setup the whole development environment, including a number of project dependencies according to our development setup., (*5)

License

Use under the terms of the bpmn-js license., (*6)

The Versions

04/09 2016

dev-master

9999999-dev

  Sources   Download