vuepress-theme-note

I wrote a vuepress theme for my notes.

  • The document
  • Making the address
  • My notes

Quick Start

install theme

Install the theme using NPM or YARN

yarn add -D vuepress-theme-note 
Copy the code
npm install -D vuepress-theme-note
Copy the code

use theme

Open your documentation directory./vuepress/config.js file and add the following theme configuration

module.exports = {
    ...

    theme: 'vuepress-theme-note'. }Copy the code

preview

To preview the theme, run vuepress Dev Docs on the command line, open your browser and visit http://localhost:8080/.