https://github.com/ohno/slidev-example
https://github.com/ohno/slidev-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohno/slidev-example
- Owner: ohno
- License: mit
- Created: 2024-02-11T15:53:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T16:43:29.000Z (over 2 years ago)
- Last Synced: 2025-06-06T22:03:36.241Z (about 1 year ago)
- Language: Vue
- Homepage: https://ohno.github.io/slidev-example/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slidev-example
Install:
```
npm init slidev@latest
```
Boot:
```
cd slidev
npm run dev -- slides.md
```
Local URL:
[http://localhost:3030/](http://localhost:3030/)
Deploy (GitHub Pages):
- [https://sli.dev/guide/hosting#github-pages](https://sli.dev/guide/hosting#github-pages)
- [https://github.com/ohno/slidev-example/blob/main/.github/workflows/deploy.yml](https://github.com/ohno/slidev-example/blob/main/.github/workflows/deploy.yml)