https://github.com/koki-develop/slidev-template
自分用
https://github.com/koki-develop/slidev-template
Last synced: about 1 month 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: 2026-02-02T21:02:19.000Z (3 months ago)
- Last Synced: 2026-02-03T10:53:56.557Z (3 months ago)
- Language: Vue
- Homepage: https://koki-develop.github.io/slidev-template/
- Size: 118 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
```