geogerytony / properties-panel

Library for creating bpmn-io properties panels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@bpmn-io/properties-panel

CI

Library for creating bpmn-io properties panels.

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 properties panels as needed instead.

License

MIT

About

Library for creating bpmn-io properties panels.

License:MIT License


Languages

Language:JavaScript 90.3%Language:CSS 9.7%