Nav apraksta

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

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.