Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 308 Bytes

gi-export

GraphInsight 站点导出文件与 React 项目结合的示范案例

Demonstration case of combining GraphInsight site export files with React projects

Install

npm i
npm run start

⚠️Note: React version need 17.x

  "react": "^17.x",
  "react-dom": "^17.x",