vite-pwa / vitepress

Zero-config PWA Plugin for VitePress
https://vite-pwa-org.netlify.app/frameworks/vitepress
MIT License
36 stars 2 forks source link
pwa vite vite-plugin vitepress workbox

@vite-pwa/vitepress - Zero-config PWA for VitePress
Zero-config PWA Plugin for VitePress

NPM version NPM Downloads Docs & Guides
GitHub stars


๐Ÿš€ Features

๐Ÿ“ฆ Install

From v0.3, @vite-pwa/vitepress requires Vite 5 and VitePress 1.0.0-rc.26 or above.

Using any version older than v0.3 requires Vite 3.1.0+.

npm i @vite-pwa/vitepress -D 

# yarn 
yarn add @vite-pwa/vitepress -D

# pnpm 
pnpm add @vite-pwa/vitepress -D

๐Ÿฆ„ Usage

You will need to wrap your VitePress config with withPwa:

// .vitepress/config.ts
import { defineConfig } from 'vitepress'
import { withPwa } from '@vite-pwa/vitepress'

export default withPwa(defineConfig({
  /* your VitePress options */
  /* Vite PWA Options */
  pwa: {}
}))

Read the ๐Ÿ“– documentation for a complete guide on how to configure and use this plugin.

๐Ÿ‘€ Full config

Check out the type declaration src/types.ts and the following links for more details.

๐Ÿ“„ License

MIT License © 2022-PRESENT Anthony Fu