这个和 Jetbins 的vue-docgen-web-types区别是升级了一下vue-docgen-api的版本,使其更好的支持vue3作用:用于解决自定全局 vue3 组件在 webstorm 中无法智能提示的问题注意: 默认只会对 src/components目录下的 vue 文件生成web-types. 详见源代码src/config.tsnpm 仓库gitee 仓库安装
Private Vue libraries of many companies are also shipped with web-types. Good in-place documentation – code completion, validation, and quick documentation – significantly improves the onboarding process for developers and allows them to quickly learn about new components and their features. Last bu...
]; const description = { CustomCols: { props: { choose: '用于 v-model 的值', totalColumns: '可选择的列', storageName: '本地存储的key', }, events: { 'on-change': '选择的列改变时触发' } } }; const info = { useDocgen: false, summary: '基于 xxx' }; storiesOf('增强的自定义...
What I did This upgrades the preset-vue3-webpack dependency on vue-docgen-loader from 1.5.1 to 2.0.1. vue-docgen-loader 1.5.1 brings in a transitive dependency on a vulnerable library, v2.0.1 upgr...
vue-docgen-loader Vue docgen loader for webpack vue docgen webpack loader pockawoooh •2.0.1•7 months ago•14dependents•MITpublished version2.0.1,7 months ago14dependentslicensed under $MIT 553,467 veaury Use React in Vue3 and Vue3 in React, And as perfect as possible!
vue-styleguidisttakes the results ofvue-docgen-apiand creates a website to showcase and develop components. vue-docgen-apiparses vue components and load their documentation in a JavaScript object. vue-inbrowser-compilertakes vue components code written in es6 and uses buble to make it compatible...
vue-styleguidisttakes the results ofvue-docgen-apiand creates a website to showcase and develop components. vue-docgen-apiparses vue components and load their documentation in a JavaScript object. vue-inbrowser-compilertakes vue components code written in es6 and uses buble to make it compatible...
安装: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 ...
fix: correct website link in readme doc Jul 2, 2024 docgen.config.js feat: finalise new docs Feb 9, 2020 jest.config.js Install and configure jest-mock-console Aug 19, 2020 package-lock.json Merge branch 'master' into dependabot/npm_and_yarn/babel/traverse-7.24.7 ...
"vue-docgen-api": "^3.13.8", "vue-hot-reload-api": "^2.3.4", "vue-jest": "^3.0.5", "vue-loader": "^15.7.0", "vue-property-decorator": "^8.4.0", "vue-router": "^3.0.7", "vue-server-renderer": "^2.6.11", "vue-style-loader": "^4.1.2", "vue-template-compiler"...