zhaojinyu e984acc6d0 first commit 2 周之前
..
assets e984acc6d0 first commit 2 周之前
lib e984acc6d0 first commit 2 周之前
test e984acc6d0 first commit 2 周之前
LICENSE e984acc6d0 first commit 2 周之前
README.md e984acc6d0 first commit 2 周之前
index.js e984acc6d0 first commit 2 周之前
package.json e984acc6d0 first commit 2 周之前

README.md

diagram-js

CI

A toolbox for displaying and modifying diagrams on the web.

Built with diagram-js

Some libraries / applications built on top of diagram-js:

Part of bpmn.io

External

Resources

Hacking the Project

To get the development setup make sure to have NodeJS installed. As soon as you are set up, clone the project and execute

npm install

Testing

Execute npm run dev to run the test suite in watch mode.

Expose an environment variable TEST_BROWSERS=(Chrome|Firefox|IE) to execute the tests in a non-headless browser.

Package

Execute npm run all to lint and test the project.

Note: We do not generate any build artifacts. Required parts of the library should be bundled by modelers / viewers as needed instead.

License

MIT