No Description

asd123a20 8289067b16 去除标题名字模糊删除,日志增加时间人员信息 3 years ago
.github 26632ec61b 3 years ago
app 8289067b16 去除标题名字模糊删除,日志增加时间人员信息 3 years ago
config 8289067b16 去除标题名字模糊删除,日志增加时间人员信息 3 years ago
test 26632ec61b 3 years ago
.autod.conf.js 26632ec61b 3 years ago
.eslintignore 26632ec61b 3 years ago
.eslintrc 26632ec61b 3 years ago
.gitignore 26632ec61b 3 years ago
.travis.yml 26632ec61b 3 years ago
README.md e427523f75 first commit 3 years ago
appveyor.yml 26632ec61b 3 years ago
jsconfig.json 26632ec61b 3 years ago
package.json 26632ec61b 3 years ago

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.