Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 795 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 795 Bytes

Swagger2Model

这是一个通过swagger文档的json接口数据转换为ts类型的工具,后续计划支持dart

swagger文档外网可访问状态下,可使用在线版本https://BG7ZAG.github.io/swagger2model/

swagger文档在内网的话,需要clone到本地运行,需要修改 vite.config.ts 中的proxy下的target地址。

本地编译

clone项目到本地

git clone [email protected]:BG7ZAG/swagger2model.git

安装依赖并启动

npm i
npm run dev

部署

npm run build