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

@nuxtjs/workbox

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/workbox

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

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-1.54%
Maintainers
3
Weekly downloads
 
Created
Source

Workbox

npm npm (scoped with tag)

Workbox is a collection of JavaScript libraries for Progressive Web Apps. (Learn more)

This module adds full offline support using workbox.

Setup

  • Add @nuxtjs/workbox dependency using yarn or npm to your project
  • Add @nuxtjs/workbox to modules section of nuxt.config.js
modules: [
  // Simple usage
  '@nuxtjs/workbox',
  
  // With options
  ['@nuxtjs/workbox', { /* options */ }],
]
  • Add generated assets to .gitignore file:
static/sw.js
static/workbox-sw*.js

Options

For list of available options see generateSW.

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