vuepress-theme-medium
v0.1.0
Published
Medium-Like blog theme for VuePress
Downloads
71
Maintainers
Readme
vuepress-theme-medium
Sites
Install
yarn add vuepress-theme-medium -D
# OR npm install vuepress-theme-medium -D
Usage
// .vuepress/config.js
module.exports = {
theme: 'medium',
themeConfig: {
// Please keep looking down to see the available options.
}
}