- 毕业设计-多平台技术交流类小程序后端服务
$ npm i
$ npm run dev- 使用 postman 在线生成的接口文档地址:mobile-server
- Use
npm run lintto check code style. - Use
npm testto run unit test. - Use
npm run autodto auto detect dependencies upgrade, see autod for more detail.
- 全局安装
commitizen,命令npm install commitizen -g或者yarn add commitizen global - 通过
npm scripts命令提交代码,命令npm run commit或者yarn commit
-
根据
git信息自动生成版本日志CHANGELOG.md文件# npm npm run version # yarn yarn version