hero

Vuepress Theme Note

笔记不仅是知识的记录,更是成长的记录!

快速上手 →配置

SCSS 预处理器

从默认的styles样式更改为Sass的样式,使用Sass的预处理器,更快的编译速度。

Animated 动画支持

主题增加了对Animate 动画的支持,让交互更顺滑。

功能增强优化

新增多个action按钮,优化各种显示效果和动画,同时加载速度接近默认主题,专为写笔记诞生。

# 安装主题

使用 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

# 效果预览

预览