jamauro / pwa-kit

A starter kit to help Meteor developers make their web app offline capable and convert it into a PWA
4 stars 1 forks source link

Make this a drop-in package? #1

Open jankapunkt opened 1 month ago

jankapunkt commented 1 month ago

Hey @jamauro I was thinking of making this a Meteor package, simply adding the package.js and adding the files via api.addFiles or provide them flexible via api.mainModule.

Paths could be configured via meteor.settings with zero-config defaults. What do you think?

jamauro commented 1 month ago

Hey @jankapunkt, I think it'd be nice if Meteor had a go to PWA package.

I considered doing something like that but then I wasn't sure if people would prefer to customize their service worker a bit to drop or add certain features. Maybe there's a nice way to allow for that.