https://github.com/jeremylikness/blazormvvm
Implementation of MVVM pattern in Blazor
https://github.com/jeremylikness/blazormvvm
blazor mvvm mvvm-pattern
Last synced: 9 months ago
JSON representation
Implementation of MVVM pattern in Blazor
- Host: GitHub
- URL: https://github.com/jeremylikness/blazormvvm
- Owner: JeremyLikness
- License: mit
- Created: 2019-01-04T17:09:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T21:12:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T20:22:02.662Z (10 months ago)
- Topics: blazor, mvvm, mvvm-pattern
- Language: HTML
- Size: 274 KB
- Stars: 33
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://blog.jeremylikness.com/blog/2019-01-04_mvvm-support-in-blazor/).
Current Blazor version for this project is: `3.2.0-preview1.20073.1`

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](https://twitter.com/JeremyLikness)