1.0.2 • Published 5 years ago

diagram-js-cn v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

As of version 1.0.0 this library exposes ES modules. Use an ES module aware bundler such as Webpack or Rollup to bundle it for the browser.

diagram-js-cn

@copyright diagram-js

基于diagram-js修改的汉化版,用于学习、交流、研发、测试等功能,如若存有侵权行为,请及时通知ququququ222@qq.com,会及时下架所有相关文件。

for internal learning,communication,development and testing.please notify us in time if there is any infringement,we will promptly remove all related products

Build Status

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. If your 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