Нема описа

zhy a72bd429e4 增加首页标题配置 пре 1 недеља
app a72bd429e4 增加首页标题配置 пре 1 недеља
config 3d89299c82 上线前版本提交 пре 1 година
test 26632ec61b пре 3 година
.autod.conf.js 26632ec61b пре 3 година
.eslintignore 26632ec61b пре 3 година
.eslintrc 26632ec61b пре 3 година
.gitignore 26632ec61b пре 3 година
.travis.yml 26632ec61b пре 3 година
README.md e427523f75 first commit пре 3 година
appveyor.yml 26632ec61b пре 3 година
ecosystem.config.js bde896c68f пре 3 година
jsconfig.json 26632ec61b пре 3 година
package.json e2fda7935e 20221118提交 пре 2 година
server.js bde896c68f пре 3 година

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.