I have a project with Laravel, Vuejs and I want it to be PWA, I already have the service-worker, the manifest.json and I made the change to package.json, But I have a doubt, for now this localhost: 8000 and tells me
ServiceWorker registration failed: TypeError: Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.
Why is this happening? What do I need for the service-worker to recognize me and thus be a PWA.