vuepress-plugin-svn
v0.1.2
Published
svn for vuepress plugin
Downloads
13
Maintainers
Readme
vuepress-plugin-svn
Use it the same way as @vuepress/plugin-git
安装
npm install vuepress-plugin-svn -D使用
修改配置文件 .vuepress/config.js
module.exports = {
plugins: ["svn"],
};