No Description

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

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.