@vuepress/plugin-blog (opens new window)
功能
- 分类 (opens new window):强大的分类系统让你快速将贴文分类。
- 分页 (opens new window): 极其简单的开箱即用的分页功能。
- 客户端 API (opens new window): 透过客户端 API 轻松地写一个博客主题。
安装
在使用这个插件之前,我们强烈建议你先阅读 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) 来查看所有可用的选项。