@vuepress/plugin-blog
功能
安装
在使用这个插件之前,我们强烈建议你先阅读 Getting Started。
yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog
使用
module.exports = {
plugins: ['@vuepress/blog']
}
参考 文档 来查看所有可用的选项。
在使用这个插件之前,我们强烈建议你先阅读 Getting Started。
yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog
module.exports = {
plugins: ['@vuepress/blog']
}
参考 文档 来查看所有可用的选项。