https://github.com/antvis/gi-export
https://github.com/antvis/gi-export
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/antvis/gi-export
- Owner: antvis
- Created: 2022-05-20T04:16:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T08:22:33.000Z (about 4 years ago)
- Last Synced: 2024-10-29T21:05:30.652Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 16.3 MB
- Stars: 2
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gi-export
GraphInsight 站点导出文件与 React 项目结合的示范案例
Demonstration case of combining GraphInsight site export files with React projects
## Install
```bash
npm i
npm run start
```
> ⚠️Note: React version need 17.x
```json
"react": "^17.x",
"react-dom": "^17.x",
```