vuepress-theme-one
v0.12.3
Published
vuepress theme
Maintainers
Readme
One Theme for VuePress
This is the VuePress theme used for SME documentation.
Setup
Install VuePress like normal
Require this theme
npm i --save vuepress-theme-oneSet these things in
.vuepress/config.js:
module.exports = {
// ...
theme: 'one'
}