1.0.1 • Published 5 years ago

@xiyun/vuepress-theme-xydocs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

简介

vuepress-theme-xydocs 是禧云生态目前所用的一款文档主题,基于 vuepress 1.x 版本的默认主题做了一些样式上的调整。

预览

主题预览

安装

首先,你需要下载 1.x 版的 vuepress:

$ yarn add -D vuepress@next
或
$ npm install -D vuepress@next

然后,在项目中下载本主题:

$ yarn add -D @xiyun/vuepress-theme-xydocs
或
$ npm install -D @xiyun/vuepress-theme-xydocs

配置

.vuepress/config.js中配置:

theme: '@xiyun/vuepress-theme-xydocs'