Aucune description

asd123a20 086072b95f il y a 4 ans
.github 26632ec61b il y a 4 ans
app 086072b95f il y a 4 ans
config 086072b95f il y a 4 ans
test 26632ec61b il y a 4 ans
.autod.conf.js 26632ec61b il y a 4 ans
.eslintignore 26632ec61b il y a 4 ans
.eslintrc 26632ec61b il y a 4 ans
.gitignore 26632ec61b il y a 4 ans
.travis.yml 26632ec61b il y a 4 ans
README.md e427523f75 first commit il y a 4 ans
appveyor.yml 26632ec61b il y a 4 ans
jsconfig.json 26632ec61b il y a 4 ans
package.json 26632ec61b il y a 4 ans

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.