在线运行
更多示例:在线示例
完整启动项目
- Vue2:https://github.com/relation-graph/relation-graph-startup-for-vue2
- 在线运行完整 Vue2 示例项目
- Vue3:https://github.com/relation-graph/relation-graph-startup-for-vue3
- 在线运行完整 Vue3 示例项目
- React:https://github.com/relation-graph/relation-graph-startup-for-react
- 在线运行完整 React 示例项目
- Svelte:https://github.com/relation-graph/relation-graph-startup-for-svelte
- 在线运行完整 Svelte 示例项目
- Web Components:https://github.com/relation-graph/relation-graph-startup-for-web-component
- 在线运行完整 Web Components 示例项目
你也可以使用下面的命令快速下载并启动其中一个示例:
git clone https://github.com/relation-graph/relation-graph-startup-for-react
cd relation-graph-startup-for-react
npm install
npm run dev
启动后访问终端中显示的地址,即可在浏览器中查看示例。