Ingen beskrivning

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

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.