asd123a20 98ea12ffd5 修改 本地环境配置,sh脚本,网关配置,期刊服务 hace 2 años
..
app 98ea12ffd5 修改 本地环境配置,sh脚本,网关配置,期刊服务 hace 2 años
config feffc3bc55 hace 2 años
test feffc3bc55 hace 2 años
.autod.conf.js feffc3bc55 hace 2 años
.eslintignore feffc3bc55 hace 2 años
.eslintrc feffc3bc55 hace 2 años
.gitignore feffc3bc55 hace 2 años
.travis.yml feffc3bc55 hace 2 años
README.md feffc3bc55 hace 2 años
appveyor.yml feffc3bc55 hace 2 años
ecosystem.config.js feffc3bc55 hace 2 años
jsconfig.json feffc3bc55 hace 2 años
package.json feffc3bc55 hace 2 años
server.js feffc3bc55 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.