Get Started
Last updated
Last updated
To install the templates for Fabulous for .NET MAUI, run the following command:
You can check the installed templates on your machine by running the command:
You should see the installed Fabulous for .NET MAUI templates:
To get started, we are going to use the simplest Fabulous for .NET MAUI template: Fabulous Maui.Controls
(or fabulous-mauicontrols
in the CLI).
Run the command:
This will create a new folder called GetStartedApp containing the new project.
In this folder, you'll find a project named GetStartedApp
. This project uses the single project format to target several platforms from a single codebase.
We are now ready to run the project!
Go into the GetStartedApp
directory and run:
You can also open the solution GetStartedApp.sln
with your favorite IDE and select the platform you want, then press debug to deploy and run the app.