JackRay-C / vuepress-theme-note

A Vuepress Theme For Notes

Home Page:https://jackray-c.github.io/vuepress-theme-note/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuepress-theme-note

A Vuepress Theme For Notes.

Quick Start

install theme

You can install using package manager yarn or npm.

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

use theme

open your docs directory and open './vuepress/config.js'. Add this code to your config section like:

module.exports = {
    ...

    theme: 'vuepress-theme-note'

    ...
}

preview

Run vuepress dev docs and open http://localhost:8080/ in your browser to preview this theme.

预览

About

A Vuepress Theme For Notes

https://jackray-c.github.io/vuepress-theme-note/

License:MIT License


Languages

Language:Vue 48.6%Language:SCSS 38.2%Language:JavaScript 12.0%Language:HTML 1.2%