Vulcan.Maui.Template
0.5.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install Vulcan.Maui.Template::0.5.1
This package contains a .NET Template Package you can call from the shell/command line.
Expanding and Customizing the MAUI Project Template
Commands to be used:
- Switch to the working directory
- Use this project template to generate a new project
Create a new empty project of Prism.Maui (With Prism Library)
dotnet new Vulcan-Maui-Prism -o d:\Temp\MyApp
Create a new full project of Prism.Maui (With Prism Library and has flyout menu)
dotnet new Full-Maui -o d:\Temp\MyApp
Create a new full project of Native Maui (No Prism Library)
dotnet new Vulcan-Maui -o d:\Temp\MyApp
Create a new View and ViewModel (don't append Page to view-name parameter)
dotnet new MVVMItem --namespace MyApp --view-name MyFirst
- Remove this project template dotnet new uninstall Vulcan.Maui.Template
Font file lookup webpage
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.