Skip to content

AvaloniaCommunity/Avalonia.FuncUI.ProjectTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avalonia FuncUI ProjectTemplates

This repository contains .NET Project templates for FuncUI.

Install

dotnet new --install JaggerJo.Avalonia.FuncUI.Templates

Create an App

Create a new basic App (only contains a simple elmish view)

dotnet new funcui.basic -n NewApp

Create a new full App (contains a Style.xaml file and other extras.)

dotnet new funcui.full -n NewApp

Create a new Quick Start App (contains a bunch of pages and other extras.)

dotnet new funcui.quickstart -n NewApp

Run the App

dotnet run NewApp

About

.NET Project Templates for FuncUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages