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.
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.
Have you seen this: https://docs.abp.io/en/abp/latest/Modules/Docs
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.