Use bpmn-js-properties-panel with BPMN Modeler

I need running format code for bpmn-js-properties-panel in Windows 7.

?

If you would like to get help, please be a bit more specific regarding what you’d like to do.

Hai,
Thanks for reply, I am getting code form this url https://github.com/bpmn-io/bpmn-js-properties-panel. I create html, installed node.js and run command npm install also. but I get the error message.

var BpmnJS = require('bpmn-js/lib/Modeler');

this line get error.

Uncaught ReferenceError: require is not defined

You get the error because you need to bundle the properties panel + bpmn-js for the browser with browserify or webpack

This example should help you out. It shows how both (properties panel + modeler) can be used combined together.

Thank you, your example works