asd123a20 040b7e7f26 添加关键字检索接口 il y a 2 ans
..
.github 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
app ff1140cf55 修改网关错误处理,返回数据为json il y a 3 ans
config 040b7e7f26 添加关键字检索接口 il y a 2 ans
test 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
.autod.conf.js 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
.eslintignore 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
.eslintrc 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
.gitignore 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
.travis.yml 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
README.md 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
appveyor.yml 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
ecosystem.config.js 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
jsconfig.json 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
package.json 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans
server.js 6c21089aad new file: service-cms/.autod.conf.js il y a 3 ans

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.