0.0.1 • Published 4 years ago

vuepress-plugin-code-doc v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vuepress-plugin-code-doc

🤩🤩🤩Writing Vuepress Documents Like Element-UI

📚中文文档📚English Docs

Installation

Install plugin for your Vuepress project.

    $ yarn add vuepress-plugin-code-doc
    #or
    $ npm i vuepress-plugin-code-doc

Usage

In .vuepress/config.js, require the plugin and set it to the config. as follow:

const CodeDocPlugin = require('vuepress-plugin-code-doc')
const CodeDocOpt = {}

module.exports = {
    title: 'Vuepress Plugin Code Doc',
    plugins: [[CodeDocPlugin, CodeDocOpt]]
}

Options

NameDescriptiontypeAccepted ValuesDefault
schemacode block markstring---:
scrollViewSelectorscrollViewSelectorstring---html