Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ash-sc/node-spider-webapp
自己写的一个电子书手机端H5页面
https://github.com/ash-sc/node-spider-webapp
Last synced: 5 days ago
JSON representation
自己写的一个电子书手机端H5页面
- Host: GitHub
- URL: https://github.com/ash-sc/node-spider-webapp
- Owner: Ash-sc
- Created: 2018-01-08T02:23:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:27:35.000Z (about 2 years ago)
- Last Synced: 2024-12-17T20:11:00.496Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://ashshen.cc:6655/
- Size: 4.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node spider webapp
> Spider webapp with react.
node爬虫做的H5电子书页面。
# 安装与使用
```
$ npm install
$ npm start
```# 打包编译
```
$ npm run build
```# node服务
```
node ./server/spider-server.js
```