@bptlab/openbpt-modeler-class-diagram
v0.1.0
Published
Class diagram modeler based on diagram-js for use in the OpenBPT platform.
Readme
OpenBPT Class Diagram Modeler
This tool allows for the creation of simplified UML Class Diagrams through an interactive modeling interface. The modeler was created based on this template repository and heavily relies on diagram-js.
Development Setup
- Clone this repository
- Navigate into the created directory
- Run
npm install - Run
npm link - Clone the development repository
- Navigate into the created directory
- Follow the setup instructions of the development repository
- Run
npm install - Run
npm link openbpt-typed-pn-variants-modeler
To start the modeler, run npm run dev in the development repo's directory.
