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/ 就可以進行主題預覽了。

在這裏插入圖片描述
在這裏插入圖片描述

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