Skip to main content
vuepress-theme-hope

vuepress-plugin-pwa2

Turning on Progressive Web App Support

GuideConfig

How to use

Install

pnpm
pnpm add -D vuepress-plugin-pwa2

Usage

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

export default {
  plugins: [
    pwaPlugin({
      // your options
    }),
  ],
};

Tips

If you are using this plugin, we recommend you to set shouldPrefetch: false in your VuePress config fileopen in new window.