队名:拉玛西亚青训营
队员:谢炳辉,贺璐,俞伦端,高晓峰
- 提供数据接口
- http请求错误封装
- midway.js
- typescript(tsx)
- 个人新建单独分支进行开发
- 每次提交前先拉取一遍,解决完冲突再提交
- 提交规范
- commit格式为:git commit -m "[type]: [info]",type可以分为下面几类
- add:提交新功能
- fix:修改bug
- docs:只修改了文档
- style:调整代码格式,没有修改代码逻辑(例如修改 tslint 提出的代码样式的问题)
- commit格式为:git commit -m "[type]: [info]",type可以分为下面几类
see midway docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
- Use
npm run lint
to check code style. - Use
npm test
to run unit test.