UNPKG

vuepress-theme-medium

Version:

Medium-Like blog theme for VuePress

27 lines (19 loc) 593 B
# vuepress-theme-medium [![NPM version](https://badgen.net/npm/v/vuepress-theme-medium)](https://npmjs.com/package/vuepress-theme-medium) [![NPM downloads](https://badgen.net/npm/dt/vuepress-theme-medium)](https://npmjs.com/package/vuepress-theme-medium) ## Sites - [Live Example](https://vuepress-theme-medium.z3by.com/) ## Install ```bash yarn add vuepress-theme-medium -D # OR npm install vuepress-theme-medium -D ``` ## Usage ```js // .vuepress/config.js module.exports = { theme: 'medium', themeConfig: { // Please keep looking down to see the available options. } } ```