vuepress-plugin-presentation-mode2
v1.0.3
Published
Add presentation support for you vuepress website
Downloads
3
Readme
Vuepress Presentation Mode
A plugin for vuepress-next to make your page into presentation mode
Keyboard shortcut: Ctrl
+ Shift
+ F
. (both for Windows and Mac)
Install
npm i vuepress-plugin-presentation-mode2
Usage
In your config.js:
{
//...
plugins: [
'presentation-mode2'
]
}