Existing PWA: How to?

Hi all,

Capacitor looks exactly what I was searching for. However, even after reading the docs and installing everything, I’m not sure how to use it with an existing app.

Out app leverages Workbox and works flawlessly on the web, ios, and android. The reason to use Capacitor is obviously the issues with the Apple iOS ecosystem.

Hence, is there some guide or anything on how to use an existing web app with Capacitor?

Thanks in advance.

Theres a section in the documentation that is for just PWA.
Capacitor - build cross platform apps with the web.

Then just find a plugin you’d like to use from the capacitor community github and add it to your Js/Ts file. Each plugin has a how to install/use.