asd123a20 cd1d799e90 添加货品详情接口、修改路由 2 years ago
..
app cd1d799e90 添加货品详情接口、修改路由 2 years ago
config 0a5deee960 修改端口号 2 years ago
test bb55506a37 添加货物管理 2 years ago
.autod.conf.js bb55506a37 添加货物管理 2 years ago
.eslintignore bb55506a37 添加货物管理 2 years ago
.eslintrc bb55506a37 添加货物管理 2 years ago
.gitignore bb55506a37 添加货物管理 2 years ago
.travis.yml bb55506a37 添加货物管理 2 years ago
README.md bb55506a37 添加货物管理 2 years ago
appveyor.yml bb55506a37 添加货物管理 2 years ago
ecosystem.config.js bb55506a37 添加货物管理 2 years ago
jsconfig.json bb55506a37 添加货物管理 2 years ago
package.json bb55506a37 添加货物管理 2 years ago
server.js bb55506a37 添加货物管理 2 years ago

README.md

service-code

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.