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

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.