笔记不仅是知识的记录,更是成长的记录!
快速上手 →配置
从默认的styles样式更改为Sass的样式,使用Sass的预处理器,更快的编译速度。
主题增加了对Animate 动画的支持,让交互更顺滑。
新增多个action按钮,优化各种显示效果和动画,同时加载速度接近默认主题,专为写笔记诞生。
使用 yarn 安装 note 主题
yarn
yarn add -D vuepress-theme-note
或者使用 npm 安装
npm
npm install -D vuepress-theme-note
打开 .vuepress/config.js 文件,在配置中添加theme的配置项。
.vuepress/config.js
module.exports = { ... theme: 'vuepress-theme-note' ... }