暂无描述

zhy bed6929b62 增加文章类型字段与地址字段 1 周之前
app bed6929b62 增加文章类型字段与地址字段 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.