Aucune description

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

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.