MAUI Application Startup Template
This template is used to create a minimalist MAUI application project.
How to Start With?
First, install the VCP CLI if you haven't installed before:
dotnet tool install -g Verto.Vcp.Studio.Cli
Then use the vcp new command in an empty folder to create a new solution:
vcp new Acme.MyMauiApp -t maui
Acme.MyMauiApp is the solution name, like YourCompany.YourProduct. You can use single level, two-levels or three-levels naming.
Solution Structure
After you use the above command to create a solution, you will have a solution like shown below:
HelloWorldServiceis a sample service that implements theITransientDependencyinterface to register this service to the dependency injection system.
