Açıklama Yok

asd123a20 8798dde984 3 yıl önce
.github 26632ec61b 3 yıl önce
app 16c3ea4570 3 yıl önce
config 8798dde984 3 yıl önce
test 26632ec61b 3 yıl önce
.autod.conf.js 26632ec61b 3 yıl önce
.eslintignore 26632ec61b 3 yıl önce
.eslintrc 26632ec61b 3 yıl önce
.gitignore 26632ec61b 3 yıl önce
.travis.yml 26632ec61b 3 yıl önce
README.md e427523f75 first commit 3 yıl önce
appveyor.yml 26632ec61b 3 yıl önce
ecosystem.config.js 80aa5f1ac8 修改统一错误处理 文件路径配置 3 yıl önce
jsconfig.json 26632ec61b 3 yıl önce
package.json 26632ec61b 3 yıl önce
server.js d3d4a64053 3 yıl önce

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.