https://github.com/jerryshell/ncap-datav
新闻评论分析平台 - 数据大屏
https://github.com/jerryshell/ncap-datav
Last synced: 11 months ago
JSON representation
新闻评论分析平台 - 数据大屏
- Host: GitHub
- URL: https://github.com/jerryshell/ncap-datav
- Owner: jerryshell
- License: gpl-3.0
- Created: 2020-05-19T14:30:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:34:21.000Z (about 5 years ago)
- Last Synced: 2025-01-16T15:27:09.486Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 6.73 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 新闻评论分析平台数据大屏

## 相关项目
* [新闻评论分析平台 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)