Keine Beschreibung

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

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.