暂无描述

dygapp 195134a5e9 更新前端页面 3 年之前
.github 83eaebe662 3 年之前
app 195134a5e9 更新前端页面 3 年之前
config e3a896cbc2 处理日志下载问题 3 年之前
deploy 80c0e8b664 处理界面问题 3 年之前
test 60a9f9b3d2 3 年之前
.autod.conf.js 60a9f9b3d2 3 年之前
.eslintignore 60a9f9b3d2 3 年之前
.eslintrc 60a9f9b3d2 3 年之前
.gitignore 60a9f9b3d2 3 年之前
.travis.yml 60a9f9b3d2 3 年之前
README.md 60a9f9b3d2 3 年之前
appveyor.yml 60a9f9b3d2 3 年之前
ecosystem.config.js 2edf319e70 ecosystem.config.js 3 年之前
jsconfig.json 60a9f9b3d2 3 年之前
package.json 52a22d3c68 修改打包命令 3 年之前
server.js aadd767dd2 修改文件名和路由 3 年之前

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.