vtmd .vue文件/ umi转化成说明文档,配合vuepress使用,因懒惰而进步! 安装 npm i vtmd -D 使用 创建vtmd.config.js文件 module . exports = { entry : 'components' , compontent : true , output : 'docs' , } ; 执行命令 npx vtmd --component --config vtmd.config.js 或者指定文件 npx vtmd components/A components/B.vue 文件后缀可不带.vue,会自动检测添加 假如不配置,请