跳至主要內容
vuepress-theme-hope

vuepress-plugin-pwa2

渐进式网页应用 (Progressive Web App) 支持

快速上手配置

使用插件

安装

pnpm
pnpm add -D vuepress-plugin-pwa2

使用

TS
import { pwaPlugin } from "vuepress-plugin-pwa2";

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

提示

如果你正在使用本插件,我们推荐你在 VuePress 配置文件open in new window 中设置 shouldPrefetch: false