快速上手

尚未发布,正在积极开发中

@zhengxs/vuepress-theme-library@latest

VuePress 提供了主题功能,当前主题继承于默认主题,支持 默认主题配置open in new window

安装依赖

在命令行中输入执行以下命令:

# With NPM
$ npm install @zhengxs/vuepress-theme-library --save-dev

# With Yarn
$ yarn add @zhengxs/vuepress-theme-library --dev

# With PNPM
$ pnpm add @zhengxs/vuepress-theme-library --dev

使用主题

在你的 vuepress 配置文件中,将 theme 的值改为 @zhengxs/vuepress-theme-library,详见 themeopen in new window

// .vuepress/config.js

export default {
  theme: '@zhengxs/vuepress-theme-library'
}
1
2
3
4
5

接下来你可以配置首页的 Frontmatter 或者启用评论插件。

Last Updated:
Contributors: zhengxs

评论