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
12.8k stars 3.41k forks source link

Blazor WebAssembly UI for Single-layer Solution Template #11915

Open omer-repo opened 2 years ago

omer-repo commented 2 years ago

There is a new "Single-layer Solution Template" for simple and short-term applications with ABP 5.2 RC version. But it doesn't support for Blazor WebAssembly UI.

It will be very good to use this template for Blazor developers.

berkansasmaz commented 2 years ago

Related: https://blog.abp.io/abp/ABP.IO-Platform-5-2-RC-Has-Been-Published

One note about the single-layer project is it doesn't have Blazor WebAssembly UI, because it requires 3 projects at least (one server-side, one UI and one shared library project between these two). We will consider to add Blazor UI support based on your feedback. You can continue to develop Blazor WASM projects using the standard layered solution template.