-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Progressive Web App template #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks Addy! The list looks good and totally feasible. The only thing I'd consider is whether we want to include SSR for now, since SSR comes with some tradeoffs in increased dev and deployment complexity which may not be a net win for all apps. We can start with a version without SSR and then work on a separate one that uses SSR. |
This plan of action sgtm 👍 What's the best way to get started? Worth us creating a new empty repo on the vuejs org to start on a PR? |
I've created https://github.com/vuejs/pwa and sent an invite for collaboration. We'll move it to |
Awesome. Thanks, @yyx990803! |
This is great news. Just curious if there is a posted timeline and roadmap for this ? |
Closing this now that the template exists at https://github.com/vuejs-templates/pwa and it's ready |
@yyx990803 and I have talked about working on an official PWA template for Vue 📱
There are a few different options for what this could include:
sw-precache-webpack-plugin
If we wanted to go even more ambitious we could cover:
preload-webpack-plugin
)Requirements
Prior-art - PWA templates and boilerplates 🎨
Vue.js PWAs (open-source) 👐
Other references 📚
Initially, I would love to get a feel for what would considered palatable for an MVP. There's technically nothing stopping us baking in everything in the above list, but let's talk and figure out a path forward 🚀
The text was updated successfully, but these errors were encountered: