Nessuna descrizione

zhy a72bd429e4 增加首页标题配置 1 settimana fa
app a72bd429e4 增加首页标题配置 1 settimana fa
config 3d89299c82 上线前版本提交 1 anno 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
ecosystem.config.js bde896c68f 3 anni fa
jsconfig.json 26632ec61b 3 anni fa
package.json e2fda7935e 20221118提交 2 anni fa
server.js bde896c68f 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.