金控平台

liming 9bb835c701 Merge remote-tracking branch 'origin/master' 4 years ago
.vscode 0f3289ccbe 金控平台服务端 5 years ago
app 9bb835c701 Merge remote-tracking branch 'origin/master' 4 years ago
config 18a479b5c0 hh 4 years ago
test 0f3289ccbe 金控平台服务端 5 years ago
.autod.conf.js 0f3289ccbe 金控平台服务端 5 years ago
.eslintignore 0f3289ccbe 金控平台服务端 5 years ago
.eslintrc 0f3289ccbe 金控平台服务端 5 years ago
.gitignore 0f3289ccbe 金控平台服务端 5 years ago
.travis.yml 0f3289ccbe 金控平台服务端 5 years ago
README.md 466b3a5d11 空格 5 years ago
appveyor.yml 0f3289ccbe 金控平台服务端 5 years ago
ecosystem.config.js 2449aef8a1 hh 4 years ago
jsconfig.json 0f3289ccbe 金控平台服务端 5 years ago
package.json ad566e44ff 对接关注 4 years ago
server.js 0f3289ccbe 金控平台服务端 5 years ago

README.md

service-financial

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.