An open API service indexing awesome lists of open source software.

https://github.com/jwygithub/maxgraph-composition-api

Building web with composite api
https://github.com/jwygithub/maxgraph-composition-api

maxgraph

Last synced: 11 months ago
JSON representation

Building web with composite api

Awesome Lists containing this project

README

          

## @graph/composition-api

> `The project is at the initial stage`

### 1. related links

- https://github.com/jgraph/mxgraph
- https://github.com/maxGraph/maxGraph
- https://github.com/jwyGithub/maxGraph

### 2. packages

- @graph-module/draw

### 3. documention

https://jwygithub.github.io/maxGraph-composition-api/

### 4. build

```shell
git clone https://github.com/jwyGithub/maxGraph-composition-api.git
pnpm i
pnpm run build:prod
cd example
pnpm run dev
```