vuepress-theme-note
自己寫的一個(gè)用來記筆記的vuepress的主題。
Quick Start
install theme
用npm或者yarn進(jìn)行主題的安裝
yarn add -D vuepress-theme-note
npm install -D vuepress-theme-note
use theme
打開你的文檔目錄./vuepress/config.js
文件失息,添加以下主題配置
module.exports = {
...
theme: 'vuepress-theme-note'
...
}
preview
打開命令行運(yùn)行 vuepress dev docs
,打開瀏覽器訪問 http://localhost:8080/
就可以進(jìn)行主題預(yù)覽了则北。
03.png
04.png