Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comnori/mxgraph-full-react
https://github.com/comnori/mxgraph-full-react
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/comnori/mxgraph-full-react
- Owner: comnori
- Created: 2021-06-27T13:25:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T15:57:17.000Z (11 months ago)
- Last Synced: 2024-10-17T15:58:50.268Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
이 프로젝트는 mxGraph 를 최대한 활용하여 React에서 연동하여 사용할 수 있도록 작성되었습니다.
## 간략 소개
mxGraph Core만 필요할 경우 `npm install mxgraph` 또는 `npm install mxgraph-js`를 사용하세요.
`mxGraph` 홈페이지의 [`grapheditor`](https://jgraph.github.io/mxgraph/javascript/examples/grapheditor/www/index.html) 샘플을 바로 사용할 수 있습니다.
## 주의사항
* `mxGraph` 수정이 필요한 경우 `public` 폴더의 소스를 수정하세요.
## 요청사항
* `grapheditor` 기능까지 모두 구현된 샘플이 존재한다면 알려주세요.