Tidak Ada Deskripsi

dygapp b3ac9ccd65 恢复默认配置 & 调整错误码 4 tahun lalu
.github 83eaebe662 4 tahun lalu
app b3ac9ccd65 恢复默认配置 & 调整错误码 4 tahun lalu
config b3ac9ccd65 恢复默认配置 & 调整错误码 4 tahun lalu
test 60a9f9b3d2 4 tahun lalu
.autod.conf.js 60a9f9b3d2 4 tahun lalu
.eslintignore 60a9f9b3d2 4 tahun lalu
.eslintrc 60a9f9b3d2 4 tahun lalu
.gitignore 60a9f9b3d2 4 tahun lalu
.travis.yml 60a9f9b3d2 4 tahun lalu
README.md 60a9f9b3d2 4 tahun lalu
appveyor.yml 60a9f9b3d2 4 tahun lalu
ecosystem.config.js 2edf319e70 ecosystem.config.js 4 tahun lalu
jsconfig.json 60a9f9b3d2 4 tahun lalu
package.json d4621a938e 更新前端发布 4 tahun lalu
server.js e03e8b41ea server.js 4 tahun lalu

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.