abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
13k stars 3.46k forks source link

PWA for Blazor UI #5518

Open hikalkan opened 4 years ago

hikalkan commented 4 years ago

We can setup the startup template, so it can (optionally?) supports PWA out of the box.

leonkosak commented 4 years ago

@hikalkan it is possible to "transform" the existing Blazor WebAssembly app to PWA: https://dev.to/gopkumr/how-can-i-turn-my-blazor-webassembly-to-pwa-1fao Just add json manifest and Service-Worker.js.

It should be no difficulties to do this till abp v4.0.

leonkosak commented 4 years ago

@hikalkan what do you think?

tvddev commented 4 years ago

As a replacement for the Xamarin example mobile app, this would be awesome.

hikalkan commented 3 years ago

If that can be done after creating your project, than it is good, anyone can do :) We will work on it in the next milestones. However, if someone creates a community article to show how to do it, it is appreciated. In this way, we can also make it for the startup project.