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

[![npm](https://img.shields.io/npm/dt/@nuxtjs/pwa.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/pwa) [![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/pwa/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/pwa)

  • 0.2.1
  • Source
  • npm
  • Socket score

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

PWA

npm npm (scoped with tag)

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!

Setup

  • Add @nuxtjs/pwa dependency using yarn or npm to your project
  • Add @nuxtjs/pwa to modules section of nuxt.config.js
  modules: [
   // Simple usage
   '@nuxtjs/pwa',
   
   // With options
   ['@nuxtjs/pwa', { optimize: false }],
  ]

Modules

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

icon

manifest

meta

workbox

optimize

FAQs

Package last updated on 16 Aug 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