Abp: How to add a module to the framework?

Created on 27 Jan 2020  路  8Comments  路  Source: abpframework/abp

If you develop a module, what are the correct steps to incorporate te module in the framework. And how to incorporate the provided sample modules in the framework. There is a cli cmd, but its too unclear.

inactive question

All 8 comments

Via CLI or "manually" (look this).

@leonkosak Your answer is too cryptic. What are steps before and after.

I suggest, that you look at BookStore-Modular example: https://github.com/abpframework/abp/tree/dev/samples/BookStore-Modular

If you decide to go "manual way":

1) create application
2) create module
3) based on my link, make connections from application .csproj files to module's .csproj files
4) build module solution
5) in application project files [xyz]Module.cs add imports in DependsOn

These are quick "orientational" steps.

I follwed the instructions and added the blogging module, but where is the fronend part. The backend was easy to install. The same is true for the docs module. How to install the frontend of both modules?

Any guideline to install the front end of both docs and blogging modules? I have installed the docs module via CLI, but cannot find the front end changes.

This is more for a mvc app. If you want to add angular as the framework of choice.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

SmallShrimp picture SmallShrimp  路  3Comments

zsanhong picture zsanhong  路  3Comments

derily picture derily  路  3Comments

hikalkan picture hikalkan  路  3Comments