An open API service indexing awesome lists of open source software.

https://github.com/justforuse/vuepress-plugin-presentation-mode2

Vuepress-next plugin, Fullscreen your doc page, and into presentation mode.
https://github.com/justforuse/vuepress-plugin-presentation-mode2

vuepress-plugin

Last synced: 4 months ago
JSON representation

Vuepress-next plugin, Fullscreen your doc page, and into presentation mode.

Awesome Lists containing this project

README

        

# Vuepress Presentation Mode

![npm](https://img.shields.io/npm/v/vuepress-plugin-presentation-mode2)
![npm](https://img.shields.io/npm/dm/vuepress-plugin-presentation-mode2)

A plugin for [vuepress-next](https://v2.vuepress.vuejs.org/) 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'
]
}

```