Sin descripción

dygapp dfcbb88d8a 增加生产环境数据库配置 hace 5 años
.vscode 0418abd136 hh hace 5 años
app f1a00724ea 更改必填字段 hace 5 años
config dfcbb88d8a 增加生产环境数据库配置 hace 5 años
test 0418abd136 hh hace 5 años
.autod.conf.js 0418abd136 hh hace 5 años
.eslintignore 0418abd136 hh hace 5 años
.eslintrc 0418abd136 hh hace 5 años
.gitignore 0418abd136 hh hace 5 años
.travis.yml 0418abd136 hh hace 5 años
README.md e00f63854c first commit hace 5 años
appveyor.yml 0418abd136 hh hace 5 años
ecosystem.config.js 0418abd136 hh hace 5 años
package.json 0418abd136 hh hace 5 años
server.js 0418abd136 hh hace 5 años

README.md

service-log

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.