# 快速上手

# 安装

使用 yarn 安装 note 主题

yarn add  -D vuepress-theme-note
1

或者使用 npm 安装

npm install -D vuepress-theme-note
1

# 使用

打开.vuepress目录下 config.js 文件,在配置中添加theme的配置项。

module.exports = {
  ...
  theme: 'vuepress-theme-note'
  ...
}
1
2
3
4
5

# 配置

你可以参考 vuepress 的默认主题的配置进行配置

上次更新: 4/30/2020, 5:30:08 PM