科技服务

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

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.