| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Demonstrate how to integrate maxGraph in projects.
⏩ Find the live demo at https://maxgraph.github.io/maxgraph-integration-examples/
Ensure you are using Node declared in the .nvmrc file (this is the tested version, it may work with other versions without guarantee)
If you are using nvm, run
nvm useIf the Node version is not installed, nvm will state how to install the required version.
Install dependencies by running
npm installBuild the "shared" package:
NOTE: if you want to build all examples at once, you can run
./build-all-examples.bashNote: the maxGraph development version is tested in a GitHub Workflow that uses the procedure explained below.
Build maxGraph locally:
In this folder where you clone the maxgraph-integration-examples project, go to the folder of the example you want to use. Then you can use one of the following solution
The versioning in this repository follow the versioning of maxGraph. For example, version 0.5.0 uses maxGraph 0.5.0.
So, prior releasing a new version of this version, the maxGraph version must have been updated:
Once maxGraph has been updated, the release can be done by running the release workflow which:
| Back | FazBrowse Home | New Git URL |