How can i convert framework 7 app to pwa

hi , i have already application into framework 7 so i need to convert it to pwa so is it possible?
or if yes then how ?

Create new project with F7-CLI and choose PWA, and see what is different there. There should be:

  • service worker script (and register it in app parameters)
  • manifest.json file
  • additional icon images