{"id":15596855,"url":"https://github.com/userquin/vite-pwa-nuxt-integration","last_synced_at":"2025-08-16T16:45:22.018Z","repository":{"id":127440452,"uuid":"568465218","full_name":"userquin/vite-pwa-nuxt-integration","owner":"userquin","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-21T18:50:05.000Z","size":191,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T03:25:37.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/userquin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T16:09:04.000Z","updated_at":"2022-11-22T08:34:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"e33d04be-f349-4f4e-945c-82a6216905f0","html_url":"https://github.com/userquin/vite-pwa-nuxt-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userquin%2Fvite-pwa-nuxt-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userquin%2Fvite-pwa-nuxt-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userquin%2Fvite-pwa-nuxt-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userquin%2Fvite-pwa-nuxt-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userquin","download_url":"https://codeload.github.com/userquin/vite-pwa-nuxt-integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226188,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T01:13:30.025Z","updated_at":"2025-04-04T18:16:18.614Z","avatar_url":"https://github.com/userquin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n\u003cimg src='./hero.png' alt=\"@vite-pwa/nuxt - Zero-config PWA for Nuxt 3\"\u003e\u003cbr\u003e\nZero-config PWA Plugin for Nuxt 3\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\n\u003ca href='https://www.npmjs.com/package/@vite-pwa/nuxt' target=\"__blank\"\u003e\n\u003cimg src='https://img.shields.io/npm/v/@vite-pwa/nuxt?color=33A6B8\u0026label=' alt=\"NPM version\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/@vite-pwa/nuxt\" target=\"__blank\"\u003e\n    \u003cimg alt=\"NPM Downloads\" src=\"https://img.shields.io/npm/dm/@vite-pwa/nuxt?color=476582\u0026label=\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://vite-pwa-org.netlify.app/frameworks/nuxt\" target=\"__blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=\u0026message=docs%20%26%20guides\u0026color=2e859c\" alt=\"Docs \u0026 Guides\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/vite-pwa/nuxt\" target=\"__blank\"\u003e\n\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/vite-pwa/nuxt?style=social\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## 🚀 Features\n\n- 📖 [**Documentation \u0026 guides**](https://vite-pwa-org.netlify.app/)\n- 👌 **Zero-Config**: sensible built-in default configs for common use cases\n- 🔩 **Extensible**: expose the full ability to customize the behavior of the plugin\n- 🦾 **Type Strong**: written in [TypeScript](https://www.typescriptlang.org/)\n- 🔌 **Offline Support**: generate service worker with offline support (via Workbox)\n- ⚡ **Fully tree shakable**: auto inject Web App Manifest\n- 💬 **Prompt for new content**: built-in support for Vanilla JavaScript, Vue 3, React, Svelte, SolidJS and Preact\n- ⚙️ **Stale-while-revalidate**: automatic reload when new content is available\n- ✨ **Static assets handling**: configure static assets for offline support\n- 🐞 **Development Support**: debug your custom service worker logic as you develop your application\n\n## 📦 Install\n\n\u003e Requires Vite 3.2.0+ and Nuxt 3.0.0+\n\n```bash\nnpm i @vite-pwa/nuxt -D \n\n# yarn \nyarn add @vite-pwa/nuxt -D\n\n# pnpm \npnpm add @vite-pwa/nuxt -D\n```\n\n## 🦄 Usage\n\nAdd `@vite-pwa/nuxt` module to `nuxt.config.ts` and configure it:\n\n```ts\n// nuxt.config.ts\nimport { defineNuxtConfig } from 'nuxt/config'\n\nexport default defineNuxtConfig({\n  modules: [\n    '@vite-pwa/nuxt'\n  ],\n  pwa: {\n    /* PWA options */\n  }\n})\n```\n\nRead the [📖 documentation](https://vite-pwa-org.netlify.app/frameworks/nuxt) for a complete guide on how to configure and use\nthis plugin.\n\n## 👀 Full config\n\nCheck out the type declaration [src/types.ts](./src/types.ts) and the following links for more details.\n\n- [Web app manifests](https://developer.mozilla.org/en-US/docs/Web/Manifest)\n- [Workbox](https://developers.google.com/web/tools/workbox)\n\n\n## 📄 License\n\nMIT License © 2022-PRESENT [Anthony Fu](https://github.com/antfu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserquin%2Fvite-pwa-nuxt-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserquin%2Fvite-pwa-nuxt-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserquin%2Fvite-pwa-nuxt-integration/lists"}