export-presentation
Build a static SPA or export a Slidev presentation to PDF.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a static SPA or export a Slidev presentation to PDF.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Analyze code-to-spec coverage in an Openspec project and generate a compliance score and report.
Update existing Openspec spec files to match the standard spec template format. Ensures consistency and completeness across all specs in a project.
Add Mermaid diagrams to a Slidev presentation slide.
Add new slides with various layouts to a Slidev presentation.
Initialize a new Slidev project with slides.md and configuration.
SOC 직업 분류 기준
| name | export-presentation |
| description | Build a static SPA or export a Slidev presentation to PDF. |
| license | MIT |
| compatibility | Requires Slidev project with slides.md and pnpm. Playwright required for PDF export. |
| metadata | {"author":"user","version":"1.0","generatedBy":"copilot"} |
Description: Export your Slidev presentation as a static website (SPA) or PDF for sharing, deployment, or printing.
pnpm dev).pnpm build
./dist/ directory.npx serve dist
---
download: true # Add download PDF button
exportFilename: my-talk # Custom export filename
routerMode: hash # Use hash router for static hosts
---
pnpm add -D playwright-chromium
npx playwright install chromium
pnpm export
./slides-export.pdf by default.npx slidev export --output my-presentation.pdf
npx slidev export --dark
npx slidev export --with-clicks
npx slidev export --range 1-10
pnpm list playwright-chromium
pnpm add -D playwright-chromium
npx playwright install chromium
slides-export.pdf. To use a custom filename, run:
npx slidev export --output <custom-filename>.pdf
PDF export requires Playwright and Chromium.
Some advanced animations or transitions may not render identically in PDF.
Always cd to the correct presentation folder (where package.json and slides.md are located) before running any build or export commands:
cd presentations/your-presentation-folder