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
- Host: GitHub
- URL: https://github.com/jwygithub/maxgraph-composition-api
- Owner: jwyGithub
- Created: 2020-01-02T03:06:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T08:24:00.000Z (over 3 years ago)
- Last Synced: 2025-02-28T18:22:26.231Z (over 1 year ago)
- Topics: maxgraph
- Language: TypeScript
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```