slidev-theme 0.4.0
Install from the command line:
Learn more about npm packages
$ npm install @openscript-ch/slidev-theme@0.4.0
Install via package.json:
"@openscript-ch/slidev-theme": "0.4.0"
About this version
Our companys theme for Slidev.
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
---
theme: @openscript-ch/slidev
---
Learn more about how to use a theme.
This theme provides the following layouts:
TODO:
This theme provides the following components:
TODO:
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project inside a Dev Container and run
npm install- If needed for export or screenshots, install playwright dependencies with
sudo npx playwright install-deps
- If needed for export or screenshots, install playwright dependencies with
-
npm run devto start theme preview ofexample.md - Edit the
example.mdand style to see the changes -
npm run exportto generate the preview PDF -
npm run screenshotto generate the preview PNG - Commit and push your changes or create a pull request
- Release a new version with
npm run release:patch,npm run release:minorornpm run release:major