科技服务

liuyu 19a74ab3e6 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-serve il y a 4 ans
.vscode 51a16d5635 科技服务 il y a 4 ans
app 8e139a0574 更新 il y a 4 ans
config 199aac0fd0 hh il y a 4 ans
test 51a16d5635 科技服务 il y a 4 ans
.autod.conf.js 51a16d5635 科技服务 il y a 4 ans
.eslintignore 51a16d5635 科技服务 il y a 4 ans
.eslintrc 51a16d5635 科技服务 il y a 4 ans
.gitignore 51a16d5635 科技服务 il y a 4 ans
.travis.yml 07004bafff 科技服务服务端更新 il y a 4 ans
README.md 49324aebf3 first commit il y a 4 ans
appveyor.yml 07004bafff 科技服务服务端更新 il y a 4 ans
ecosystem.config.js 51a16d5635 科技服务 il y a 4 ans
package.json 51a16d5635 科技服务 il y a 4 ans
server.js 51a16d5635 科技服务 il y a 4 ans

README.md

service-serve

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.