What's in the JointJS+ package?
Do you want to explore the JointJS+ package? Read about the files, folders & applications to get started!
Getting the JointJS+ package​
The recommended way to install JointJS+ is via our private npm registry. You can also download JointJS+ as a ZIP archive from the customer portal or sign up for a free 30-day trial.
Navigating the package​
- JointJS+ Trial
- JointJS+
- JointJS+ Enterprise
| Files & Folders | Description |
|---|---|
build/ | JointJS+ installable packages |
CHANGELOG | A record of all notable changes in JointJS & JointJS+ |
LICENSE | License detailing permitted use JointJS+ |
README.md | Information about the JointJS+ package |
| Files & Folders | Description |
|---|---|
build/ | JointJS+ installable packages |
CHANGELOG | A record of all notable changes in JointJS & JointJS+ |
LICENSE | License detailing permitted use JointJS+ |
README.md | Information about the JointJS+ package |
Files & Folders in depth​
build​
build/ contains a package/ directory that has several files of interest including the JointJS+ installable package
joint-plus.tgz.
joint-plus.tgzjoint.plus.mjsjoint-plus.js(UMD format)joint-plus.css(If using the UMD format, include a separate CSS file)
The build/ directory also has package-vsm/,
package-visio/ package-bpmn-import/,
and package-bpmn-export/ directories that contain their respective
files. The installable package files are as follows:
joint-vsm-shapes.tgzjoint-visio.tgzjoint-bpmn-import.tgzjoint-bpmn-export.tgz
src​
src/ has a packages/ directory that contains the source code for each JointJS+ plugin.
This applies to Enterprise customers only.
Sample apps​
JointJS+ comes with various demo apps including their source code, available in our public GitHub repository. Exploring the apps' source code is the best way to get to know the framework. You can even use the apps as a boilerplate for your own applications, and customize them to your needs. See the Demo apps guide for instructions on how to browse and download them.