justforuse / vuepress-plugin-presentation-mode2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuepress Presentation Mode

npm npm

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'
    ]
}

About

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


Languages

Language:JavaScript 66.2%Language:SCSS 33.8%