Choose how to download dmn-js (currently v16.8.1) based on your use-case. You can try it out via our online demo, too.
Explore a number of dmn-js usage examples, many ready to use right in your web browser.
Try out dmn-js in no time via starters, embedding pre-packaged versions of our CMMN toolkit.
The dmn-js sources. Use it to have a look inside or build tooling around dmn-js. Requires additional tools.
Get dmn-js via NPM for full access to individual project components and easy customizability.
Choose this setup if you would like to extend and customize the library to your needs.
npm install dmn-js
Note: This requires additional build steps such as bundling for the browser with Browserify or Webpack.
Clone and hack the project sources yourself.
If you have not downloaded the projects source code already, create an empty folder an clone the project using git via
git clone https://github.com/bpmn-io/dmn-js.git -b v16.8.1 .
Ensure you have Node.js / NPM installed. Execute the following command to install all required project dependencies
npm install
Build / test the project via
npm run all
Refer to the projects GitHub page for more information.