https://github.com/s-r-x/rsbuild-plugin-pwa
Zero-config PWA support for rsbuild
https://github.com/s-r-x/rsbuild-plugin-pwa
pwa rsbuild rsbuild-plugin
Last synced: 2 months ago
JSON representation
Zero-config PWA support for rsbuild
- Host: GitHub
- URL: https://github.com/s-r-x/rsbuild-plugin-pwa
- Owner: s-r-x
- License: mit
- Created: 2026-03-23T09:41:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T10:00:58.000Z (3 months ago)
- Last Synced: 2026-03-24T05:28:37.072Z (3 months ago)
- Topics: pwa, rsbuild, rsbuild-plugin
- Language: TypeScript
- Homepage: https://s-r-x.github.io/rsbuild-plugin-pwa/
- Size: 330 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rstack - rsbuild-plugin-pwa - config PWA support for rsbuild (Plugins / Rsbuild Plugins)
README
# rsbuild-plugin-pwa
Zero-config PWA support for rsbuild
[Docs](https://s-r-x.github.io/rsbuild-plugin-pwa)
## Usage
```sh
npm install -D rsbuild-plugin-pwa
```
* * *
```typescript
// rsbuild.config.ts
import {defineConfig} from "@rsbuild/core";
import {pluginPWA} from "rsbuild-plugin-pwa";
export default defineConfig({
plugins: [pluginPWA()]
});
```