KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
dmn-js-examples
★ 38
Open GitHub ↗
Some examples on how to use dmn-js
Download README (.md)
Explore Similar Repositories
fluentnest
:
Fluent query language for ElasticSearch built on top of Nest
cengball
:
CengBall: Soccer programming game with 2D simulation.
gulp-css-spriter
:
Sprite Sheet Generation from CSS source files. The best and different approach to sprite sheets.
react-native-oauth
:
A demonstration of OAuth on React-Native!
crystalshards
:
A listing of all crystal shards
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dmn-js-examples
?
Download (.md)
# 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. * [properties-panel](./properties-panel) - an example of how to hook up dmn-js with the [dmn-js-properties-panel](https://github.com/bpmn-io/dmn-js-properties-panel) ## Advanced * [properties-panel-extension](./properties-panel-extension) - Showing how to extend the [dmn-js-properties-panel](https://github.com/bpmn-io/dmn-js-properties-panel) with custom properties ## License MIT _(unless noted otherwise)_