VueJS Firebase云消息传递

时间:2017-11-01 06:16:15

标签: javascript vue.js firebase-cloud-messaging

我尝试使用FCM在我的vue应用中显示桌面通知

我使用配置

安装了firebase和initializeApp

所以我安装了sw-precache-webpack-plugin,我的dist文件夹中有service-worker.js

我有同样的错误 enter image description here

sw-precache config

new SWPrecacheWebpackPlugin({
      cacheId: 'service-app',
      filename: 'service-worker.js',
      staticFileGlobs: ['dist/**/*.{js,html,css}'],
      minify: false,
      stripPrefix: 'dist/'
  })
index.html <%= htmlWebpackPlugin.options.serviceWorkerLoader %>

中的

没有sw-precache-webpack-plugin可以吃吗?

1 个答案:

答案 0 :(得分:0)

我必须做一个硬核

创建firebase-messaging-sw.js并移至生产服务器中的dist文件夹