Sem descrição

zhy a72bd429e4 增加首页标题配置 há 1 semana atrás
app a72bd429e4 增加首页标题配置 há 1 semana atrás
config 3d89299c82 上线前版本提交 há 1 ano atrás
test 26632ec61b há 3 anos atrás
.autod.conf.js 26632ec61b há 3 anos atrás
.eslintignore 26632ec61b há 3 anos atrás
.eslintrc 26632ec61b há 3 anos atrás
.gitignore 26632ec61b há 3 anos atrás
.travis.yml 26632ec61b há 3 anos atrás
README.md e427523f75 first commit há 3 anos atrás
appveyor.yml 26632ec61b há 3 anos atrás
ecosystem.config.js bde896c68f há 3 anos atrás
jsconfig.json 26632ec61b há 3 anos atrás
package.json e2fda7935e 20221118提交 há 2 anos atrás
server.js bde896c68f há 3 anos atrás

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.