Files
oqtane.framework/Oqtane.Application
2025-09-09 13:30:53 -04:00
..
2025-09-02 17:11:23 -04:00
2025-09-09 13:30:53 -04:00
2025-09-02 13:59:27 -04:00
2025-08-19 12:26:54 -04:00
2025-08-17 10:53:22 -04:00
2025-08-17 10:53:54 -04:00

Oqtane Application Template

This is a Visual Studio Project Template designed for Oqtane development projects. This template relies on the native templating capabilities of the .NET Command Line Interface (CLI):

dotnet new install Oqtane.Application.Template
dotnet new oqtane-app -o MyCompany.MyProject

When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency.

The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework.

The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions.

Known Issues

  • do not use the term "Oqtane" in your output name or else you will experience namespace conflicts