/slidev-template

our presentation template for slidev

Primary LanguageVue

🌋 TUM ESM Slidev Template

Demo presentation: docs/slides.example.pdf
Documentation about Slidev: https://sli.dev/

Usage: Write your slide content into src/slides.md.

# start development mode -> now open localhost:... in your browser
./develop.sh

# export slides -> `slides.pdf` and `slides-with-clicks.pdf` created
./export.sh

# export example slides in `docs/`
./export-example.sh

🐘 The PDFs exported by Slidev can be pretty large. If you have Ghostscript (https://www.ghostscript.com/) installed on your system, the export scripts will automatically compress the PDFs.