1.0.11 • Published 8 months ago

vuepress-theme-doc v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

文档主题 vuepress-theme-doc

安装

npm i vuepress-theme-doc -D

使用

// .vuepress/config.js
module.exports = {
  theme: 'vuepress-theme-doc',
  themeConfig: {
    // Please head documentation to see the available options.
  }
}