Tidak Ada Deskripsi

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

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.