Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lingdu2012/knowledge-graph

knowledge-graph plugin. 一个简单的知识图谱的小组件。
https://github.com/lingdu2012/knowledge-graph

d3js graph knowledge-graph neo4j vuejs

Last synced: 7 days ago
JSON representation

knowledge-graph plugin. 一个简单的知识图谱的小组件。

Awesome Lists containing this project

README

        

# knowledge-graph

知识图谱展示插件,仿写neo4j的样式和操作,采用两种数据方式,参考github上另外一个开源项目: https://github.com/eisman/neo4jd3

![image](https://raw.githubusercontent.com/lingdu2012/knowledge-graph/main/graph.jpg)

## 安装运行
```
npm install
npm run serve
```