説明なし

asd123a20 b477602def 3 年 前
.github 26632ec61b 3 年 前
app b477602def 3 年 前
config 936c1688bc 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 年 前
jsconfig.json 26632ec61b 3 年 前
package.json 26632ec61b 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.