update: solved by reading document : https://cli.vuejs.org/core-plugins/pwa.html#configuration
I just created a vue app, then vue add @vue/pwa
The manifest.json is found by browser, but I can not find the file to edit. Please help!!!!
update: solved by reading document : https://cli.vuejs.org/core-plugins/pwa.html#configuration
I just created a vue app, then vue add @vue/pwa
The manifest.json is found by browser, but I can not find the file to edit. Please help!!!!
I solved this problem by manually adding a manifest.json file to the public folder. It didn't work at first until I stopped the server and RESTARTED THE SERVER by running npm run serve.