跳至主要內容
vuepress-theme-hope

vuepress-plugin-remove-pwa

从你的 VuePress 站点中移除 Service Worker

快速上手 💡配置 🛠

使用插件

安装

pnpm add -D vuepress-plugin-remove-pwa

使用

// .vuepress/config.ts
import { removePWAPlugin } from "vuepress-plugin-remove-pwa";

export default {
  plugins: [
    removePWAPlugin({
      // 你的选项
    }),
  ],
};