Нема описа

asd123a20 20c5a91fb1 添加名称标题 模糊查询 пре 4 година
.github 26632ec61b пре 4 година
app 20c5a91fb1 添加名称标题 模糊查询 пре 4 година
config 20c5a91fb1 添加名称标题 模糊查询 пре 4 година
test 26632ec61b пре 4 година
.autod.conf.js 26632ec61b пре 4 година
.eslintignore 26632ec61b пре 4 година
.eslintrc 26632ec61b пре 4 година
.gitignore 26632ec61b пре 4 година
.travis.yml 26632ec61b пре 4 година
README.md e427523f75 first commit пре 4 година
appveyor.yml 26632ec61b пре 4 година
jsconfig.json 26632ec61b пре 4 година
package.json 26632ec61b пре 4 година

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.