@micro-app/plugin-vuepress
Version:
[Plugin] adapter vuepress plugin.
18 lines (16 loc) • 426 B
JavaScript
;
// create
module.exports = {
beforeCommandVuepressDeploy: {
type: 'EVENT',
description: 'Vuepress 的 deploy 命令前事件',
},
addCommandVuepressDeploy: {
type: 'ADD',
description: '增加 Vuepress 的 deploy 命令 type 类型',
},
afterCommandVuepressDeploy: {
type: 'EVENT',
description: 'Vuepress 的 deploy 命令后事件',
},
};