Нет описания

lrf 3f0a2e1185 update 2 лет назад
.github b303c06174 init 2 лет назад
app 3f0a2e1185 update 2 лет назад
config 258c52a399 update 2 лет назад
test b303c06174 init 2 лет назад
.autod.conf.js b303c06174 init 2 лет назад
.eslintignore b303c06174 init 2 лет назад
.eslintrc b303c06174 init 2 лет назад
.gitignore b303c06174 init 2 лет назад
README.md b303c06174 init 2 лет назад
app.js a3a5011fbe update 2 лет назад
ecosystem.config.js dede39750e pm2 2 лет назад
package.json 5cd8d5ff94 支付的情况讨论注释写完了.但是代码还没写.使用了事务:在下单逻辑中 2 лет назад
server.js dede39750e pm2 2 лет назад

README.md

server

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.