slidev
Installation
SKILL.md
Slidev
Slidev renders Markdown files as interactive slide presentations. Supports Vue components, UnoCSS styling, Shiki code highlighting, Mermaid diagrams, and LaTeX math.
Quick Start
# Create new project
pnpm create slidev
# Or with npm (downloads each time, slower)
npm init slidev@latest
# Dev server
slidev --open
# Export to PDF
slidev export