因此,我有一个预先存在的Vue应用程序,并希望添加PWA。我安装了@vue/cli-plugin-pwa,在第一次构建之后,我的registerServiceWorker.js (在src中)和manifest.json (在公共中)被自动创建,并且看起来工作得很好。但据我所知,在我运行npm run build之后,它还应该在dist文件夹中生成一个services-worker.js。如果我将构建文件上传到服务器上,我将获得 A bad HTTP response code (404) was received when fetching the script.
Failed to lo