# @nuxtjs/pwa

> Zero config PWA solution for Nuxt.js

Latest version **3.3.5** (published 2021-01-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nuxtjs/pwa
pnpm add @nuxtjs/pwa
yarn add @nuxtjs/pwa
bun add @nuxtjs/pwa
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.3.5 |
| Published | 2021-01-26 |
| First published | 2017-06-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 101.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1262 |
| Maintainers | clarkdo, pi0, atinux, alexchopin |

## Links

- npm: https://www.npmjs.com/package/@nuxtjs/pwa
- Repository: https://github.com/nuxt-community/pwa-module
- Homepage: https://github.com/nuxt-community/pwa-module#readme
- Issues: https://github.com/nuxt-community/pwa-module/issues
- npm.io page: https://npm.io/package/@nuxtjs/pwa

## Dependencies (9)

- [defu](https://npm.io/package/defu.md) ^3.2.2
- [execa](https://npm.io/package/execa.md) ^5.0.0
- [hasha](https://npm.io/package/hasha.md) ^5.2.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.1.0
- [clone-deep](https://npm.io/package/clone-deep.md) ^4.0.1
- [workbox-cdn](https://npm.io/package/workbox-cdn.md) ^5.1.4
- [jimp-compact](https://npm.io/package/jimp-compact.md) ^0.16.1
- [serve-static](https://npm.io/package/serve-static.md) ^1.14.1
- [lodash.template](https://npm.io/package/lodash.template.md) ^4.5.0

## Recent versions

- 3.3.5 (latest) — 2021-01-26
- 3.0.0-beta.2 (beta) — 2019-02-07
- 3.3.4 — 2021-01-07
- 3.3.3 — 2020-12-20
- 3.3.2 — 2020-11-30
- 3.3.1 — 2020-11-29
- 3.3.0 — 2020-11-28
- 3.2.2 — 2020-10-13
- 3.2.1 — 2020-10-13
- 3.2.0 — 2020-10-13
- 3.1.2 — 2020-10-07
- 3.1.1 — 2020-10-07
- 3.1.0 — 2020-10-06
- 3.0.2 — 2020-08-26
- 3.0.1 — 2020-08-17
- … 40 more at https://npm.io/package/@nuxtjs/pwa/versions

## README

# PWA Module

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Checks][checks-src]][checks-href]
[![Codecov][codecov-src]][codecov-href]

> Zero config PWA solution for Nuxt.js

📖 [**Read Documentation**](https://pwa.nuxtjs.org)

## Development

1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Start development server using `npm run dev`

## License

[MIT License](./LICENSE)

Copyright (c) - Nuxt Community

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/pwa/latest.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/@nuxtjs/pwa

[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/pwa.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/pwa

[checks-src]: https://flat.badgen.net/github/checks/nuxt-community/pwa-module/dev
[checks-href]: https://github.com/nuxt-community/pwa-module/actions

[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/pwa-module.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/nuxt-community/pwa-module

---
_Source: https://npm.io/package/@nuxtjs/pwa · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
