12/15/2023Less than 1 minute
This tutorial will guide you on how to register components globally in your VuePress project.
12/15/2023Less than 1 minute
This tutorial will explain how to every Markdown files are converted to a Vue-powered page.
12/15/2023About 1 min
You can easily insert components in Markdown content with component code block.
4/12/2023Less than 1 minute
By using vuepress-plugin-components
, you can import and use some components in your Markdown files.
Available components:
- ArtPlayer: A video player powered by ArtPlayer
- Badge: Colorful badge component
- BiliBili: Embedded BiliBili video
- CodePen: Embedded CodePen demo
- FontIcon: Font icon component
- PDF: Embedded PDF viewer
- Share: Sharing current page with social medias
- StackBlitz: Embedded StackBlitz demo
- SiteInfo: Display sites
- VPBanner: A banner component
- VPCard: A card component
- VidStack: Audio/Video player powered by VidStack
- XiGua: Embedded XiGua video
To enable components, you should set plugins.components.components
with an array of components names.
2/15/2022About 1 min