# @vuepress/plugin-blog (opens new window)

# Features

# Install

We strongly recommend that you read the Getting Started (opens new window) section before using this plugin.

yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog

# Usage

module.exports = {
  plugins: ['@vuepress/blog']
}

Please head documentation (opens new window) to see all available options.