Sin descripción

dygapp 7a8de95d94 处理keys文件路径错误 hace 4 años
.github 83eaebe662 hace 4 años
app 7a8de95d94 处理keys文件路径错误 hace 4 años
config e3a896cbc2 处理日志下载问题 hace 4 años
deploy 80c0e8b664 处理界面问题 hace 4 años
test 60a9f9b3d2 hace 4 años
.autod.conf.js 60a9f9b3d2 hace 4 años
.eslintignore 60a9f9b3d2 hace 4 años
.eslintrc 60a9f9b3d2 hace 4 años
.gitignore 60a9f9b3d2 hace 4 años
.travis.yml 60a9f9b3d2 hace 4 años
README.md 60a9f9b3d2 hace 4 años
appveyor.yml 60a9f9b3d2 hace 4 años
ecosystem.config.js 2edf319e70 ecosystem.config.js hace 4 años
jsconfig.json 60a9f9b3d2 hace 4 años
package.json 52a22d3c68 修改打包命令 hace 4 años
server.js aadd767dd2 修改文件名和路由 hace 4 años

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.