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

https://github.com/antvis/gi-export


https://github.com/antvis/gi-export

Last synced: about 1 year ago
JSON representation

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",
```