Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpmn-io/dmn-js-examples
- Owner: bpmn-io
- Created: 2015-06-15T09:37:56.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:44:08.000Z (3 months ago)
- Last Synced: 2024-11-07T17:39:14.595Z (3 months ago)
- Topics: dmn-js
- Language: HTML
- Homepage:
- Size: 2.87 MB
- Stars: 34
- Watchers: 12
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bpmn-io - dmn-js-examples - Set of dmn-js usage examples (Learning Resources)
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)_