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

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.