Fabulous.Avalonia.Templates
3.0.0-pre6
dotnet new install Fabulous.Avalonia.Templates::3.0.0-pre6
Templates for Fabulous.Avalonia
Fabulous.Avalonia brings the great development experience of Fabulous to Avalonia, allowing you to take advantage of the latest cross-platform UI framework from Microsoft with a tailored declarative UI DSL and clean architecture.
Deploy to any platform supported by Avalonia, such as Android, iOS, macOS, Windows, Linux and more!
How to use the templates
Using the dotnet CLI, install the templates:
dotnet new install Fabulous.Avalonia.Templates
Then, you will be able to create new Fabulous.Avalonia projects with dotnet new
:
Single Project
Single project takes the platform-specific development experiences and abstracts them into a single shared project that can target Android, iOS, Desktop.
dotnet new fabulous-avalonia -n MyApp
- MyApp
- Platform
- Android
- iOS
- Desktop
- Platform
Note: Browser is not supported in single project template.
Multi Project
Multi project takes the platform-specific development and abstracts them into a multiple projects that can target Android, iOS, Desktop, Browser.
dotnet new fabulous-avalonia-multi -n MyApp
- MyApp
- MyApp
- MyApp.Android
- MyApp.iOS
- MyApp.Desktop
Note: Browser is not supported in multi project template.
Documentation
Documentation can be found at https://docs.fabulous.dev/v2/avalonia
-
.NETStandard 2.0
- 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.
Version | Downloads | Last updated |
---|---|---|
3.0.0-pre6 | 471 | 5/20/2024 |
3.0.0-pre5 | 173 | 5/17/2024 |
3.0.0-pre4 | 98 | 4/19/2024 |
3.0.0-pre3 | 179 | 4/13/2024 |
3.0.0-pre2 | 144 | 3/31/2024 |
3.0.0-pre1 | 224 | 3/23/2024 |
2.4.0-pre1 | 1,140 | 2/9/2024 |
2.3.0 | 1,198 | 1/17/2024 |
2.2.0 | 398 | 1/9/2024 |
2.1.0 | 206 | 1/8/2024 |
2.0.0 | 375 | 1/1/2024 |
### Removed
- Remove Avalonia.Diagnostics from the templates