Нема описа

dygapp dfcbb88d8a 增加生产环境数据库配置 пре 5 година
.vscode 0418abd136 hh пре 5 година
app f1a00724ea 更改必填字段 пре 5 година
config dfcbb88d8a 增加生产环境数据库配置 пре 5 година
test 0418abd136 hh пре 5 година
.autod.conf.js 0418abd136 hh пре 5 година
.eslintignore 0418abd136 hh пре 5 година
.eslintrc 0418abd136 hh пре 5 година
.gitignore 0418abd136 hh пре 5 година
.travis.yml 0418abd136 hh пре 5 година
README.md e00f63854c first commit пре 5 година
appveyor.yml 0418abd136 hh пре 5 година
ecosystem.config.js 0418abd136 hh пре 5 година
package.json 0418abd136 hh пре 5 година
server.js 0418abd136 hh пре 5 година

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.