暫無描述

dygapp b3ac9ccd65 恢复默认配置 & 调整错误码 4 年之前
.github 83eaebe662 4 年之前
app b3ac9ccd65 恢复默认配置 & 调整错误码 4 年之前
config b3ac9ccd65 恢复默认配置 & 调整错误码 4 年之前
test 60a9f9b3d2 4 年之前
.autod.conf.js 60a9f9b3d2 4 年之前
.eslintignore 60a9f9b3d2 4 年之前
.eslintrc 60a9f9b3d2 4 年之前
.gitignore 60a9f9b3d2 4 年之前
.travis.yml 60a9f9b3d2 4 年之前
README.md 60a9f9b3d2 4 年之前
appveyor.yml 60a9f9b3d2 4 年之前
ecosystem.config.js 2edf319e70 ecosystem.config.js 4 年之前
jsconfig.json 60a9f9b3d2 4 年之前
package.json d4621a938e 更新前端发布 4 年之前
server.js e03e8b41ea server.js 4 年之前

README.md

Y

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.