https://github.com/jankapunkt/cmmntools
Meteor integration of cmmn modeler from bpmn.io
https://github.com/jankapunkt/cmmntools
blaze-components cmmn meteor spacebars
Last synced: 29 days ago
JSON representation
Meteor integration of cmmn modeler from bpmn.io
- Host: GitHub
- URL: https://github.com/jankapunkt/cmmntools
- Owner: jankapunkt
- Created: 2016-10-07T11:34:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T11:43:32.000Z (over 8 years ago)
- Last Synced: 2025-02-02T18:15:22.454Z (3 months ago)
- Topics: blaze-components, cmmn, meteor, spacebars
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jkuester:cmmntools
Meteor package which wraps the cmmn tools from http://bpmn.io / https://github.com/bpmn-io into a meteor package.Provides templates to include the examples from https://github.com/bpmn-io/cmmn-js-examples.
### Important Note
This package is not stable and currently in a 'proof-of-concept' phase. Use at your own risk. Feel free to contribute and improve this package.
### Install / Include
Add the package like any other:
```
$ meteor add jkuester:cmmntools
```The npm dependencies are loaded automatically via the package. They should be included and run out of the box.
The templates then can be included by simply using spacebars.##### Using the Examples
Including the examples is easy by just including the spacebar templates. The following templates are currently available:
###### Modeler
```
{{> cmmnmodeler}}
```It should run out of the box. The template also provides a helper `getModeler` which returns the modeler object. From here you can further customize your modeler.
### License
MIT (unless noted otherwise)