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

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.