耗材服务端

lrf402788946 c36f261d16 生产模式配置 3 vuotta sitten
app 139a851565 init 3 vuotta sitten
config c36f261d16 生产模式配置 3 vuotta sitten
test 139a851565 init 3 vuotta sitten
.autod.conf.js 139a851565 init 3 vuotta sitten
.eslintignore 139a851565 init 3 vuotta sitten
.eslintrc 139a851565 init 3 vuotta sitten
.gitignore 139a851565 init 3 vuotta sitten
README.md 139a851565 init 3 vuotta sitten
package.json 139a851565 init 3 vuotta sitten
耗材.postman_collection.json 139a851565 init 3 vuotta sitten

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.