Nincs leírás

asd123a20 b5667558d7 3 éve
.github 26632ec61b 3 éve
app b5667558d7 3 éve
config 936c1688bc 3 éve
test 26632ec61b 3 éve
.autod.conf.js 26632ec61b 3 éve
.eslintignore 26632ec61b 3 éve
.eslintrc 26632ec61b 3 éve
.gitignore 26632ec61b 3 éve
.travis.yml 26632ec61b 3 éve
README.md e427523f75 first commit 3 éve
appveyor.yml 26632ec61b 3 éve
jsconfig.json 26632ec61b 3 éve
package.json 26632ec61b 3 éve

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.