Aucune description

zhy a72bd429e4 增加首页标题配置 il y a 1 semaine
app a72bd429e4 增加首页标题配置 il y a 1 semaine
config 3d89299c82 上线前版本提交 il y a 1 an
test 26632ec61b il y a 3 ans
.autod.conf.js 26632ec61b il y a 3 ans
.eslintignore 26632ec61b il y a 3 ans
.eslintrc 26632ec61b il y a 3 ans
.gitignore 26632ec61b il y a 3 ans
.travis.yml 26632ec61b il y a 3 ans
README.md e427523f75 first commit il y a 3 ans
appveyor.yml 26632ec61b il y a 3 ans
ecosystem.config.js bde896c68f il y a 3 ans
jsconfig.json 26632ec61b il y a 3 ans
package.json e2fda7935e 20221118提交 il y a 2 ans
server.js bde896c68f il y a 3 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.