vuepress-plugin-fullscreen-table
v1.0.0
Published
VuePress plugin - fullscreen table
Maintainers
Readme
vuepress-plugin-fullscreen-table
vuepress-plugin-fullscreen-table is a plugin for [email protected] that adds a fullscreen mode for tables to improve
readability.

Installation
Install the plugin via npm:
npm install vuepress-plugin-fullscreen-table --save-dev Or via yarn:
yarn add vuepress-plugin-fullscreen-table -D Setup
Add the plugin to your VuePress configuration (docs/.vuepress/config.js or docs/.vuepress/config.ts):
import { defineUserConfig } from 'vuepress'
import { fullscreenTablePlugin } from 'vuepress-plugin-fullscreen-table'
export default defineUserConfig({
plugins: [
// ...
fullscreenTablePlugin()
]
}) License
MIT © Ivan Bolshakov
