耗材服务端

ruifeng_liu b2d0add3d8 pm2 config 3 лет назад
app 60d3db0fa6 1 3 лет назад
config 139a851565 init 3 лет назад
test 139a851565 init 3 лет назад
.autod.conf.js 139a851565 init 3 лет назад
.eslintignore 139a851565 init 3 лет назад
.eslintrc 139a851565 init 3 лет назад
.gitignore 139a851565 init 3 лет назад
README.md 139a851565 init 3 лет назад
ecosystem.config.js b2d0add3d8 pm2 config 3 лет назад
package.json 139a851565 init 3 лет назад
server.js b2d0add3d8 pm2 config 3 лет назад
耗材.postman_collection.json 139a851565 init 3 лет назад

README.md

server-haocai

耗材服务端

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.