1.0.20 • Published 5 years ago

vuepress-plugin-elementui-docs v1.0.20

Weekly downloads
23
License
ISC
Repository
github
Last release
5 years ago

vuepress-plugin-elementui-docs

把 elementui 文档转成 vuepress 文档,并支持文档内容扩展

搭配 vuepress-plugin-vue-demo 一起使用

install

yarn add vuepress-plugin-elementui-docs vuepress-plugin-vue-demo -D

set vuepress config

// .vuepress/config.js
module.exports = {
  plugins: ['vue-demo', 'elementui-docs']
}

import element-ui

yarn add element-ui
// .vuepress/enhanceApp.js
import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css';

Vue.use(ElementUI)

options

include

  • 类型: array
  • 默认值: ['button', 'radio', 'input-number']

需要展示的组件,会自动把官方文档拉取到本地

约定以!开头的模块,只读本地文档,不合并官方文档

cache

  • 类型: boolean
  • 默认值: true

默认把已经下载的文档缓存起来

version

  • 类型: string
  • 默认值: 2.10.1

elementui 的版本

base

  • 类型: string
  • 默认值: ele

生成的页面的路由为:http://xxx/ele/button.html

genNav

  • 类型: boolean
  • 默认值: true

生成默认的导航栏链接

navIndex

  • 类型: number
  • 默认值: 0

如果使用默认的导航栏配置,就可以通过这个属性设置位置,如果是负数则倒数

genSidebar

  • 类型: boolean
  • 默认值: true

生成默认的侧边栏

transformer

参考 @vuepress/plugin-last-updated

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago