Ei kuvausta

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

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.