BlazorMVVM
BlazorMVVM copied to clipboard
Implementation of MVVM pattern in Blazor
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
- Navigate to the parent folder you would like to put the project in.
-
git clone https://github.com/JeremyLikness/BlazorMVVM.git
- Open the
BlazorMVVM.sln
in Visual Studio 2017 or later - Compile/launch