|
4 年之前 | |
---|---|---|
app | 4 年之前 | |
config | 4 年之前 | |
cookie | 4 年之前 | |
spider | 4 年之前 | |
test | 4 年之前 | |
tools | 4 年之前 | |
.autod.conf.js | 4 年之前 | |
.gitignore | 4 年之前 | |
.travis.yml | 4 年之前 | |
README.md | 4 年之前 | |
appveyor.yml | 4 年之前 | |
chromedriver.exe | 4 年之前 | |
debug.log | 4 年之前 | |
geckodriver.exe | 4 年之前 | |
jsconfig.json | 4 年之前 | |
msedgedriver.exe | 4 年之前 | |
package.json | 4 年之前 | |
test.js | 4 年之前 | |
test.txt | 4 年之前 |
爬虫
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.