JeremyLikness / BlazorMVVM

Implementation of MVVM pattern in Blazor
MIT License
34 stars 11 forks source link
blazor mvvm mvvm-pattern

Blazor Model View ViewModel (MVVM)

This is an example of a possible solution to support the MVVM pattern (more specifically, INotifyPropertyChanged).

Read the related blog post: MVVM Support in Blazor.

Current Blazor version for this project is: 3.2.0-preview1.20073.1

Screenshot

  1. Navigate to the parent folder you would like to put the project in.
  2. git clone https://github.com/JeremyLikness/BlazorMVVM.git
  3. Open the BlazorMVVM.sln in Visual Studio 2017 or later
  4. Compile/launch

@JeremyLikness