Sin descripción

asd123a20 d3d4a64053 hace 3 años
.github 26632ec61b hace 3 años
app d3d4a64053 hace 3 años
config 44a03ff81f hace 3 años
test 26632ec61b hace 3 años
.autod.conf.js 26632ec61b hace 3 años
.eslintignore 26632ec61b hace 3 años
.eslintrc 26632ec61b hace 3 años
.gitignore 26632ec61b hace 3 años
.travis.yml 26632ec61b hace 3 años
README.md e427523f75 first commit hace 3 años
appveyor.yml 26632ec61b hace 3 años
jsconfig.json 26632ec61b hace 3 años
package.json 26632ec61b hace 3 años
server.js d3d4a64053 hace 3 años

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.