1. @snippetors/vuepress-plugin-tabs
Vuepress plugin - markdown custom container to display content in tabs
@snippetors/vuepress-plugin-tabs
Package: @snippetors/vuepress-plugin-tabs
Created by: Snippetors
Last modified: Tue, 17 Jan 2023 07:12:21 GMT
Version: 1.2.3
License: MIT
Downloads: 88
Repository: https://github.com/Snippetors/snippets

Install

npm install @snippetors/vuepress-plugin-tabs
yarn add @snippetors/vuepress-plugin-tabs

vuepress-plugin-tabs

npm
downloads
license

This plugin is inspired by vuepress-plugin-element-tabs, but for Vue 3.x and VuePress 2.x

VuePress is evolving rapidly, and there's no stable version yet. This plugin is only tested with VuePress version 2.0.0-beta.60

Documentation

https://snippetors.github.io/plugins/vuepress-plugin-tabs

Install

This plugin requries VuePress>=2.0.0

 yarn add -D @snippetors/vuepress-plugin-tabs
 // .vuepress/config.js
import tabsPlugin from '@snippetors/vuepress-plugin-tabs'

export default {
  plugins: [
    tabsPlugin(options),
  ],
}

License

MIT

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin