asd123a20 f86da09990 修改二级标题必填 1 年之前
..
.github 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
app 4541c3f9c3 修改消息加密方法 2 年之前
config f86da09990 修改二级标题必填 1 年之前
test 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
.autod.conf.js 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
.eslintignore 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
.eslintrc 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
.gitignore 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
.travis.yml 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
README.md 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
appveyor.yml 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
ecosystem.config.js f86da09990 修改二级标题必填 1 年之前
jsconfig.json 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
package.json 6c21089aad new file: service-cms/.autod.conf.js 2 年之前
server.js 6c21089aad new file: service-cms/.autod.conf.js 2 年之前

README.md

service-log

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.