Make Human Connection a Progressive Web App#1668
Conversation
Following this tutorial here: https://pwa.nuxtjs.org/setup.html
Yes, found the lighthouse plugin, too! I wonder how we can integrate that into our CI/CD pipeline on several pages that require authentication |
Mogge
left a comment
There was a problem hiding this comment.
Not sure exactly how to review this...
I pulled it down and everything seems to work as expected, and it's passing the build
I needed to read more about Progressive Web Apps, and found the Lighthouse tool in the Chrome dev tools... here are the results
On alpha desktop:

mobile:

On feature branch localhost desktop:

mobile:

it's not really a fair comparison, because one is in production mode the other not, but I found the tool really interesting, and would love to test this, when it gets deployed to nitro-staging
Also, you can see that in the tests on the pwa branch, it is in fact considered a Progressive Web App, by this tool.
Cool that they have a cli that can be used to automate tests and send the reports to someone to analyze. 😸
Really cool @roschaefer
Following this tutorial here: https://pwa.nuxtjs.org/setup.html
🍰 Pullrequest
To my understanding, this is enough to let chrome users on Android add a "Shortcut" to their Home Screen. If we get a Google Account we can even add it to the Play Store.
Issues
Todo