vuepress-plugin-demo-block-vue3 首页 指南 GitHubopen in new window 编写组件库文档的增加 Vue 展示和代码示例 快速上手 → 组件示例 无需重复编写组件展示和示例代码 动态引入 支持动态引入配置的组件,无需手动加载 vuepress2 支持vuepress2和vue3
npm i vuepress-plugin-demo-block-vue3 --save-dev 如果你的网络环境不佳,推荐使用 cnpm。 配置插件 打开.vuepress/config.js 文件,然后在合适的位置引用插件: 配置扫描路径 componentsDir import { defineUserConfig } from 'vuepress' import blockDemo from "vuepress-plugin-demo-block-vue3" export default...