tsrpc-cli 2.3.0 新特性 dev 命令新增 --entry 选项来指定程序入口文件,例如 tsrpc-cli dev --entry src/xxx.ts (感谢 @雄贰 的建议) doc 命令现在支持多级目录嵌套分组了(感谢 @喵喵 的建议) 在doc 命令生成的 Markdown 文档中加入 API 接口目录 为避免混淆,默认命令 tsrpc 更名为 tsrpc-cli Bug 修...
When upgrading my project to Vue CLI v5, my build fails due tofork-ts-checker-webpack-pluginwhich is a transitive dependency of@vue/cli-plugin-typescript(that lives in a subfolder of this repository). To troubleshoot, I have fully deleted mypackage-lock.jsonandnode_modulesfolder, rerannpm ...