Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 619 Bytes

File metadata and controls

37 lines (24 loc) · 619 Bytes

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