Nessuna descrizione

asd123a20 6c9730146d 3 anni fa
.github 26632ec61b 3 anni fa
app 6c9730146d 3 anni fa
config 44a03ff81f 3 anni fa
test 26632ec61b 3 anni fa
.autod.conf.js 26632ec61b 3 anni fa
.eslintignore 26632ec61b 3 anni fa
.eslintrc 26632ec61b 3 anni fa
.gitignore 26632ec61b 3 anni fa
.travis.yml 26632ec61b 3 anni fa
README.md e427523f75 first commit 3 anni fa
appveyor.yml 26632ec61b 3 anni fa
jsconfig.json 26632ec61b 3 anni fa
package.json 26632ec61b 3 anni fa
server.js d3d4a64053 3 anni fa

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.