Skip to content
Discussion options

You must be logged in to vote

@Sharafudeen the default module template is designed to work in every possible run-time scenario available in Oqtane (ie. Static Blazor, Blazor Server, Blazor WebAssembly, Blazor Hybrid) and demonstrate nearly every framework capability. If you are developing a module for a specific run-time scenario or with limited functionality then you can remove any of the aspects which are not applicable to that scenario.

For example, if your module does not have any server-side functionality you can remove the Server and Shared projects. Or if your module is only intended to be used with Static Blazor and Blazor Server then you can remove the Services in the Client project and the Controllers in the…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Sharafudeen
Comment options

@sbwalker
Comment options

@Sharafudeen
Comment options

Answer selected by Sharafudeen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants