commit
5c2ebf2bb4
@ -0,0 +1,12 @@
|
|||||||
|
# DEMO (分布式爬虫系统--用户界面)
|
||||||
|
|
||||||
|
# 概述
|
||||||
|
这是分布式网络爬虫的用户界面子系统
|
||||||
|
## 环境依赖
|
||||||
|
node v8.10.0+
|
||||||
|
npm
|
||||||
|
Express
|
||||||
|
|
||||||
|
|
||||||
|
## 部署步骤
|
||||||
|
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "ui",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "分布式网络爬虫系统-用户界面",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
|
||||||
|
"author": "zhang zhao",
|
||||||
|
"license": "GPL-3.8"
|
||||||
|
}
|
Loading…
Reference in new issue