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

03.png
04.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。