New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/pwa

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/pwa

> Progressive Web Apps (PWA) are reliable, fast, > and engaging, although there are many things that can take a PWA from a baseline to exemplary experience. ([learn more](https://developers.google.com/web/progressive-web-apps))

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
51K
increased by0.1%
Maintainers
3
Weekly downloads
 
Created
Source

PWA

Progressive Web Apps (PWA) are reliable, fast, and engaging, although there are many things that can take a PWA from a baseline to exemplary experience. (learn more)

This preset adds required modules for full PWA experience with Nuxt with almost zero-config!

Modules

Use options[module] to customize each module or set to false to disable it.

Setup

  • Add @nuxtjs/pwa dependency using yarn or npm to your project
  • Add @nuxtjs/pwa module to nuxt.config.js:
  modules: [
   '@nuxtjs/pwa'
  ]
  • To customize
  modules: [
   {
     src: '@nuxtjs/pwa',
     optimize: false, // Disable optimize 
     workbox: {
       // Workbox options
     },
   }
  ]

FAQs

Package last updated on 06 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc