科技数据

reloaded a6fef86b51 site 5 年之前
.vscode 2658276cb2 科技数据 5 年之前
app a6fef86b51 site 5 年之前
config 65375abe12 更改数据库和表 5 年之前
test 2658276cb2 科技数据 5 年之前
.autod.conf.js 2658276cb2 科技数据 5 年之前
.eslintignore 2658276cb2 科技数据 5 年之前
.eslintrc 2658276cb2 科技数据 5 年之前
.gitignore 2658276cb2 科技数据 5 年之前
.travis.yml 815a4f4c2f 科技数据服务端更新 5 年之前
README.md 35fa2af218 first commit 5 年之前
appveyor.yml 815a4f4c2f 科技数据服务端更新 5 年之前
ecosystem.config.js 2658276cb2 科技数据 5 年之前
package.json 2658276cb2 科技数据 5 年之前
server.js 2658276cb2 科技数据 5 年之前

README.md

service-record

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.