@vuepress/plugin-blog (opens new window)

功能

安装

在使用这个插件之前,我们强烈建议你先阅读 Getting Started (opens new window)

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

使用

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

参考 文档 (opens new window) 来查看所有可用的选项。