科技服务

reloaded 8e139a0574 更新 5 yıl önce
.vscode 51a16d5635 科技服务 5 yıl önce
app 8e139a0574 更新 5 yıl önce
config 994da23b99 修改库名和表名 5 yıl önce
test 51a16d5635 科技服务 5 yıl önce
.autod.conf.js 51a16d5635 科技服务 5 yıl önce
.eslintignore 51a16d5635 科技服务 5 yıl önce
.eslintrc 51a16d5635 科技服务 5 yıl önce
.gitignore 51a16d5635 科技服务 5 yıl önce
.travis.yml 07004bafff 科技服务服务端更新 5 yıl önce
README.md 49324aebf3 first commit 5 yıl önce
appveyor.yml 07004bafff 科技服务服务端更新 5 yıl önce
ecosystem.config.js 51a16d5635 科技服务 5 yıl önce
package.json 51a16d5635 科技服务 5 yıl önce
server.js 51a16d5635 科技服务 5 yıl önce

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.