-
Notifications
You must be signed in to change notification settings - Fork 4
Home
JackRay-C edited this page Apr 29, 2020
·
1 revision
Welcome to the vuepress-theme-note wiki!
A Vuepress Theme For Notes.
You can install using package manager yarn or npm.
yarn add -D vuepress-theme-note
npm install -D vuepress-theme-note
open your docs directory and open './vuepress/config.js'. Add this code to your config section like:
module.exports = {
...
theme: 'vuepress-theme-note'
...
}
Run vuepress dev docs
and open http://localhost:8080/
in your browser to preview this theme.