vuepress主题——vuepress-theme-note

vuepress-theme-note

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

  • 文档
  • github地址
  • 我的笔记

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/ 就可以进行主题预览了。

vuepress主题——vuepress-theme-note_第1张图片
vuepress主题——vuepress-theme-note_第2张图片

你可能感兴趣的:(vue,vuepress,前端)