slidev-theme-zli
/
0.6.4
slidev-theme-zli 0.6.4
Install from the command line:
Learn more about npm packages
$ npm install @zlict/slidev-theme-zli@0.6.4
Install via package.json:
"@zlict/slidev-theme-zli": "0.6.4"
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: @zlict/slidev-theme-zli
---
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
pnpm 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
-
pnpm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes -
pnpm run export
to generate the preview PDF -
pnpm run screenshot
to generate the preview PNG - Commit and push your changes or create a pull request
- Release a new version with
pnpm run release:patch
,pnpm run release:minor
orpnpm run release:major