吉林省计算中心服务端

guhongwei bae36145ed 1 3 years ago
.github 2d1a650c88 更新 4 years ago
.vscode e37bce8b09 增加配置 4 years ago
app 724c716d30 update 3 years ago
config bae36145ed 1 3 years ago
test 7b339fbeed init 4 years ago
.autod.conf.js 7b339fbeed init 4 years ago
.eslintignore 7b339fbeed init 4 years ago
.eslintrc 7b339fbeed init 4 years ago
.gitignore 03ff1839c8 update 3 years ago
.travis.yml 2d1a650c88 更新 4 years ago
README.md fb2a268dad 更新 'README.md' 3 years ago
appveyor.yml 2d1a650c88 更新 4 years ago
ecosystem.config.js e37bce8b09 增加配置 4 years ago
jsconfig.json 2d1a650c88 更新 4 years ago
package.json bc37e4d32d update 3 years ago
server.js e37bce8b09 增加配置 4 years ago

README.md

service-count

vpn:https://175.19.209.246:4433/sslvpn/login.php

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.