这个和 Jetbins 的vue-docgen-web-types区别是升级了一下vue-docgen-api的版本,使其更好的支持vue3作用:用于解决自定全局 vue3 组件在 webstorm 中无法智能提示的问题注意: 默认只会对 src/components目录下的 vue 文件生成web-types. 详见源代码src/config.tsnpm 仓库gitee 仓库安装
安装:npm i @pzy915/vue-docgen-web-types -D 使用: 以下内容添加到package.json "scripts": {"update-web-types":"vue-docgen-web-types"},"web-types":"./web-types.json", 运行npm run update-web-types命令。 This package providesvue-docgen-web-typescommand to generateweb-typesJSON based on ...