Sem descrição

asd123a20 c6907737f6 增加日志查询条件 há 3 anos atrás
.github 26632ec61b há 3 anos atrás
app c6907737f6 增加日志查询条件 há 3 anos atrás
config 559c8074d6 添加日志服务 há 3 anos atrás
test 26632ec61b há 3 anos atrás
.autod.conf.js 26632ec61b há 3 anos atrás
.eslintignore 26632ec61b há 3 anos atrás
.eslintrc 26632ec61b há 3 anos atrás
.gitignore 26632ec61b há 3 anos atrás
.travis.yml 26632ec61b há 3 anos atrás
README.md e427523f75 first commit há 3 anos atrás
appveyor.yml 26632ec61b há 3 anos atrás
jsconfig.json 26632ec61b há 3 anos atrás
package.json 26632ec61b há 3 anos atrás

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.