Нет описания

liuyu a7052b71c8 测试 5 лет назад
.vscode 7487a32eee 学生库导入服务 5 лет назад
app a7052b71c8 测试 5 лет назад
config ce3744b36c hh 5 лет назад
test 7487a32eee 学生库导入服务 5 лет назад
.autod.conf.js 7487a32eee 学生库导入服务 5 лет назад
.eslintignore 7487a32eee 学生库导入服务 5 лет назад
.eslintrc 7487a32eee 学生库导入服务 5 лет назад
.gitignore 7487a32eee 学生库导入服务 5 лет назад
.travis.yml 7487a32eee 学生库导入服务 5 лет назад
README.md a5c409af2f first commit 5 лет назад
appveyor.yml 7487a32eee 学生库导入服务 5 лет назад
ecosystem.config.js cf6b957102 更改工程名 5 лет назад
package.json d97f87264a 增加唯一id 5 лет назад
server.js 7487a32eee 学生库导入服务 5 лет назад

README.md

service-dataimport

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.