What is the best way to turn my Laravel/Vue SPA into a PWA? I know these options:
The first option, the webpack plugin, seems outdated as it is updated for the last time mid 2018. I could use Workbox but do I have to do something specific for it to work well with Laravel/Vue? I read this answer but I think that's a lot of a hassle and I hope this can be done a lot easier. I don't know if it is required to use webpack
. Anyone who has got experience with this and want to help me out? Any information and tips are welcome as I can't find that much of information about this.