Skip to content

fuchen/Elmish.WPF.Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Elmish.WPF Starter

A tempalte for Elmish.WPF applications.

Usage:

  1. Install the template if it's not installed yet:
    git clone https://github.com/fuchen/Elmish.WPF.Starter
    dotnet new -i Elmish.WPF.Starter/src/content
    
  2. Create project:
    dotnet new elmish-wpf -n <YourPorjectName>
    

Features:

  • MVU pattern for WPF application, powered by Elmish.WPF.
  • Single F# project. C# view project is not needed.
  • Hot reload view window when source xaml file is changed.

About

A tempalte for Elmish.WPF applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages