vuepress-theme-medium
Version:
Medium-Like blog theme for VuePress
27 lines (19 loc) • 593 B
Markdown
# vuepress-theme-medium
[](https://npmjs.com/package/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.
}
}
```