baldeweg/vuepress-theme-cms
The theme for baldeweg/cms-cli.
Requirements
- NodeJS 12 https://nodejs.org/en/
- Yarn https://classic.yarnpkg.com/lang/en/
Getting Started
Install it with yarn add @baldeweg/vuepress-theme-cms --save
.
Add it to the config of the CMS in content/.vuepress/config.js
.
module.exports = {
theme: '@baldeweg/vuepress-theme-cms'
}