Nessuna descrizione

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

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.