Home

Awesome

<p align='center'> <img src='./hero.png' alt="@vite-pwa/vitepress - Zero-config PWA for VitePress"><br> Zero-config PWA Plugin for VitePress </p> <p align='center'> <a href='https://www.npmjs.com/package/@vite-pwa/vitepress' target="__blank"> <img src='https://img.shields.io/npm/v/@vite-pwa/vitepress?color=33A6B8&label=' alt="NPM version"> </a> <a href="https://www.npmjs.com/package/@vite-pwa/vitepress" target="__blank"> <img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@vite-pwa/vitepress?color=476582&label="> </a> <a href="https://vite-pwa-org.netlify.app/frameworks/vitepress" target="__blank"> <img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20guides&color=2e859c" alt="Docs & Guides"> </a> <br> <a href="https://github.com/vite-pwa/vitepress" target="__blank"> <img alt="GitHub stars" src="https://img.shields.io/github/stars/vite-pwa/vitepress?style=social"> </a> </p> <br> <p align="center"> <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> </a> </p>

๐Ÿš€ 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