Open Closed

Generate Blazor UI for Module Template #4950


User avatar
0
hanntd created
  • ABP Framework version: v7.1.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes Hello ABP Team, I'm using ABP Suite to generate ABP Module Template and I need your support followings:
  1. How can I generate Blazor UI for my generated Module template, when added new entity by using ABP Suite it will created MVC UI as default.
  2. How can I package my Module so that I can using package to import into my Main solution instead of reference module projects in the source code. Is there any document related to this toptic?

Thanks Dharma (Han Nguyen)


3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    1.

    ABP will generate pages for each UI(Blazor,Angular,MVC)

    2.

    You can use a private Nuget server: https://learn.microsoft.com/en-us/nuget/hosting-packages/overview

    Publish the module packages to a private Nuget server and install them in your solution

  • User Avatar
    0
    hanntd created

    Hi Liangshiwei, Thanks for your support, I can do for #1. Regarding to #2, which project in the module I need to package as there are many projects inside module solution Thanks Dharma (Han Nguyen)

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    which project in the module I need to package as there are many projects inside module solution

    You need to pack all the projects in the src directory

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11