This is the VuePress theme used for SME documentation.
-
Install VuePress like normal
-
Require this theme
npm i --save vuepress-theme-one
-
Set these things in
.vuepress/config.js
:
module.exports = {
// ...
theme: 'one'
}
This is the VuePress theme used for SME documentation.
Install VuePress like normal
Require this theme
npm i --save vuepress-theme-one
Set these things in .vuepress/config.js
:
module.exports = {
// ...
theme: 'one'
}