5

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!!!!

the brower shows manifest.json app file structure

Temani Afif
  • 245,468
  • 26
  • 309
  • 415
Fen Zheng
  • 51
  • 1
  • 4

1 Answers1

4

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.

Timothy
  • 91
  • 1
  • 6