YD_Event.Web/templates/使用教程.txt
2025-12-17 10:38:15 +08:00

7 lines
496 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

安装全局命令包npm install -g swagger-typescript-api
官方文档https://github.com/acacode/swagger-typescript-api
参数说明https://juejin.cn/post/7205198600015003685
# 通过命令将swagger文档快速生产TS类型和axios请求
命令使用自定义模板生产代码: sta -p http://localhost:5005/swagger/Default/swagger.json -o ./src/apis --modular --route-types --axios --module-name-index 1 --extract-request-params -t ./templates
本项目快捷命令yarn run gen