forked from slidevjs/slidev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d55fd6f
Showing
4 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: antfu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020-2021 Anthony Fu | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<br> | ||
<p align="center"> | ||
<a href="https://slidev.antfu.me" target="_blank"> | ||
<img src="./assets/logo-title.png" alt="Slidev" height="250" width="250"/> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
Presentation <b>slide</b>s for <b>dev</b>elopers π§βπ»π©βπ»π¨βπ» | ||
</p> | ||
|
||
<br> | ||
|
||
<p align="center"> | ||
<table> | ||
<tbody> | ||
<td align="center"> | ||
<img width="2000" height="0"><br> | ||
Status: <b>Closed Alpha</b><br> | ||
<a href="https://github.com/sponsors/antfu">Early access available for Sponsors</a><br> | ||
<img width="2000" height="0"> | ||
</td> | ||
</tbody> | ||
</table> | ||
</p> | ||
|
||
|
||
## Features | ||
|
||
- π **Text-based** - focus on the content and then style them later | ||
- π¨ **Themable** - theme can be shared and used with npm packages | ||
- π§βπ» **Developer Friendly** - code highlighting, live coding editors | ||
- π€Ή **Interactive** - embeds components | ||
- π₯ **Recording** - built-in recording and camera view | ||
- π€ **Portable** - export into PDF, PNGs, or even a hostable SPA | ||
- π **Hackable** - anything possible on a webpage | ||
|
||
## Tech Stacks | ||
|
||
- [Vite](https://vitejs.dev) - An extremely fast frontend tooling | ||
- [Vue](https://v3.vuejs.org/) powered [Markdown](https://daringfireball.net/projects/markdown/syntax) - Focus on the content while having the power of HTML and Vue components whenever needed | ||
- [WindiCSS](https://github.com/windicss/windicss) - On-demand utility-first CSS framework, style your slides at ease | ||
- [Prism](https://github.com/PrismJS/prism) + [Monaco Editor](https://github.com/Microsoft/monaco-editor) - First-class code snippets support with live coding capability | ||
- [RecordRTC](https://recordrtc.org) - Built-in recording and camera view | ||
- [VueUse](https://vueuse.org) family - [`@vueuse/head`](https://github.com/vueuse/head), [`@vueuse/motion`](https://github.com/vueuse/motion), etc. | ||
|
||
## Sponsors | ||
|
||
<p align="center"> | ||
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> | ||
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> | ||
</a> | ||
</p> | ||
|
||
## License | ||
|
||
MIT License Β© 2021 [Anthony Fu](https://github.com/antfu) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.