@404busters/nuxt-generate-workbox 中文文档教程

发布于 6年前 浏览 28 更新于 3年前

Nuxt.js Workbox generate module

Nuxt.js 模块用于生成workbox 服务人员。

This only for those nuxt.js to generate static site

License

BSD 3 Clause License

Usage

在nuxt.config.js中添加这些

module.exports = {
    // other config is skipped
    modules: ['@404busters/nuxt-generate-workbox'],
    workbox: {
      plugin: {
        enabled: true,
      },
      generate: {
        file: 'sw.js',
        cacheId: 'workbox-cache',
        offlineGoogleAnalytics: true, // default false
      },
    },
}

Nuxt.js Workbox generate module

Nuxt.js module for generate workbox service worker.

This is only for those use nuxt.js to generate static site

License

BSD 3 Clause License

Usage

Add these in nuxt.config.js

module.exports = {
    // other config is skipped
    modules: ['@404busters/nuxt-generate-workbox'],
    workbox: {
      plugin: {
        enabled: true,
      },
      generate: {
        file: 'sw.js',
        cacheId: 'workbox-cache',
        offlineGoogleAnalytics: true, // default false
      },
    },
}
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文