Aucune description

lrf 3b854ab7c0 update il y a 2 ans
.github b303c06174 init il y a 2 ans
app 3b854ab7c0 update il y a 2 ans
config ac561cadbd rk检查放过支付回调 il y a 2 ans
test b303c06174 init il y a 2 ans
.autod.conf.js b303c06174 init il y a 2 ans
.eslintignore b303c06174 init il y a 2 ans
.eslintrc b303c06174 init il y a 2 ans
.gitignore 7e8cc81970 用户订单相关统计;商品添加唯一编码 il y a 2 ans
README.md b303c06174 init il y a 2 ans
app.js c154c90514 update il y a 2 ans
ecosystem.config.js a0a0351412 dev设置修改 il y a 2 ans
package-lock.json 9e65122b19 update il y a 2 ans
package.json bbadda4161 update il y a 2 ans
server.js dede39750e pm2 il y a 2 ans

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.