vuepress主题——vuepress-theme-note

vuepress-theme-note

自己写的一个用来记笔记的vuepress的主题。

Quick Start

install theme

用npm或者yarn进行主题的安装

yarn add -D vuepress-theme-note 
npm install -D vuepress-theme-note

use theme

打开你的文档目录./vuepress/config.js文件,添加以下主题配置

module.exports = {
    ...

    theme: 'vuepress-theme-note'

    ...
}

preview

打开命令行运行 vuepress dev docs,打开浏览器访问 http://localhost:8080/ 就可以进行主题预览了。

在这里插入图片描述
在这里插入图片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章