Skip to content

jaSunny/dmn-js

This branch is up to date with ulaurson/dmn-js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0b6417 · May 19, 2016
Nov 5, 2015
Feb 1, 2016
May 19, 2016
May 17, 2016
Sep 4, 2015
May 17, 2016
Jun 10, 2015
Jun 10, 2015
Nov 12, 2015
Dec 17, 2015
Nov 5, 2015
Dec 11, 2015
Jan 7, 2016
Dec 9, 2015
Jun 10, 2015
Apr 20, 2016

Repository files navigation

dmn-js - DMN for the web

Build Status

dmn-js is a DMN modeling and rendering toolkit.

the project is still in an early stage. Documentation may be missing and examples may be broken.

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

  • 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.

License

Use under the terms of the bpmn-js license.

About

a DMN modeling and rendering toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.1%
  • CSS 10.8%
  • HTML 0.1%