Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpmn-io/dmn-js-examples

Some examples on how to use dmn-js
https://github.com/bpmn-io/dmn-js-examples

dmn-js

Last synced: 3 months ago
JSON representation

Some examples on how to use dmn-js

Awesome Lists containing this project

README

        

# dmn-js Examples

This repository contains a number of examples showing how use and integrate
[dmn-js](https://github.com/bpmn-io/dmn-js) it into your applications.

## Starter

* [starter](./starter) - Getting started with [dmn-js](https://github.com/bpmn-io/dmn-js) using our [pre-packaged distribution](./pre-packaged).

## Basic

* [bundling](./bundling) - an example how to install dmn-js via [npm](http://npmjs.org), use it in a node-style application and package it and the application code for the browser with [Webpack](https://webpack.js.org).

## Intermediate

* [modeler](./modeler) - an example how to build a tabbed modeler using the dmn-js API.
* [dmn-compatibility](./dmn-compatibility) - an example of using [dmn-js](https://github.com/bpmn-io/dmn-js) and [dmn-migrate](https://github.com/bpmn-io/dmn-migrate) to open DMN 1.1, 1.2 and 1.3 diagrams.

## License

MIT _(unless noted otherwise)_