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

https://github.com/jerryshell/ncap-datav

新闻评论分析平台 - 数据大屏
https://github.com/jerryshell/ncap-datav

Last synced: 11 months ago
JSON representation

新闻评论分析平台 - 数据大屏

Awesome Lists containing this project

README

          

# 新闻评论分析平台数据大屏

![](screeshot/datav.png)

## 相关项目

* [新闻评论分析平台 Web 端](https://github.com/jerryshell/ncap-admin)
* 新闻评论分析平台数据大屏(当前项目)
* [新闻评论分析平台服务端](https://github.com/jerryshell/ncap-server)
* [新闻评论分析平台情感分析模块](https://github.com/jerryshell/ncap-model)
* [新闻评论分析平台数据采集模块](https://github.com/jerryshell/ncap-spider)

## 项目初始化

```bash
npm install
```

## 项目运行

```bash
npm run serve
```

## 项目编译

```bash
npm run build
```

## 感谢

* [DataV-Team/Datav](https://github.com/DataV-Team/Datav)