https://github.com/yhatt/marp-vue-slide
A practical browser-based Marp slide deck made by Marp Vue
https://github.com/yhatt/marp-vue-slide
Last synced: over 1 year ago
JSON representation
A practical browser-based Marp slide deck made by Marp Vue
- Host: GitHub
- URL: https://github.com/yhatt/marp-vue-slide
- Owner: yhatt
- License: wtfpl
- Created: 2019-04-24T02:36:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T01:54:50.000Z (about 6 years ago)
- Last Synced: 2025-01-17T14:38:21.844Z (over 1 year ago)
- Language: Vue
- Homepage: https://marp-vue-slide.netlify.com/
- Size: 697 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marp-vue-slide
A practical browser-based [Marp](https://github.com/marp-team/marp) slide deck made by [Marp Vue](https://github.com/marp-team/marp-vue). Edit [`public/slide.md`](public/slide.md) to create your slide deck.
[](https://app.netlify.com/start/deploy?repository=https://github.com/yhatt/marp-vue-slide)
## Usage
:point_right: https://marp-vue-slide.netlify.com/
- Navigate slide by arrow keys.
- Toggle fullscreen by hitting F or F11.
- Open presenter view window by hitting P.
- You can export slide to PDF by Ctrl/Cmd+P if you are using Chrome/Chromium. Netlify will output an auto-generated PDF to [`/slide.pdf`](https://marp-vue-slide.netlify.com/slide.pdf).
- A raw Markdown can see by accessing to [`/slide.md`](https://marp-vue-slide.netlify.com/slide.md).
## Project setup
```
yarn install
```
### Scripts
- `yarn serve`: Compiles and hot-reloads for development
- `yarn build`: Compiles and minifies for production
- `yarn lint`: Lints and fixes files
- `yarn pdf`: Exports PDF from slide Markdown for production (Powered by [Marp CLI](https://github.com/marp-team/marp-cli))
- `yarn og-image`: Outputs JPG image for Open Graph
## License
[WTFPL](LICENSE)