https://github.com/koki-develop/slidev-template
自分用
https://github.com/koki-develop/slidev-template
Last synced: 7 months ago
JSON representation
自分用
- Host: GitHub
- URL: https://github.com/koki-develop/slidev-template
- Owner: koki-develop
- Created: 2024-10-13T14:14:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T04:46:49.000Z (7 months ago)
- Last Synced: 2025-06-30T05:29:59.288Z (7 months ago)
- Language: Vue
- Homepage: https://koki-develop.github.io/slidev-template/
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To start the slide show:
```console
$ pnpm install
$ pnpm run dev
```
To deploy to GitHub Pages:
```console
$ gh workflow run deploy.yml
```