설명 없음

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.