설명 없음

asd123a20 a6081c37e0 3 년 전
app a6081c37e0 3 년 전
config a6081c37e0 3 년 전
test 26632ec61b 3 년 전
.autod.conf.js 26632ec61b 3 년 전
.eslintignore 26632ec61b 3 년 전
.eslintrc 26632ec61b 3 년 전
.gitignore 26632ec61b 3 년 전
.travis.yml 26632ec61b 3 년 전
README.md e427523f75 first commit 3 년 전
appveyor.yml 26632ec61b 3 년 전
ecosystem.config.js 80aa5f1ac8 修改统一错误处理 文件路径配置 3 년 전
jsconfig.json 26632ec61b 3 년 전
package.json a6081c37e0 3 년 전
server.js d3d4a64053 3 년 전

README.md

cms-service

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.