https://github.com/logofx/mvvm
MVVM facilities for developing front-end/client apps
https://github.com/logofx/mvvm
Last synced: 10 months ago
JSON representation
MVVM facilities for developing front-end/client apps
- Host: GitHub
- URL: https://github.com/logofx/mvvm
- Owner: LogoFX
- License: mit
- Created: 2021-09-18T10:19:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T10:33:26.000Z (over 3 years ago)
- Last Synced: 2025-05-10T00:33:14.385Z (about 1 year ago)
- Language: C#
- Size: 775 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mvvm
MVVM facilities for developing front-end/client apps

[](https://www.codefactor.io/repository/github/logofx/mvvm)
## Core

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Core)
## Commanding

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Commanding)
See the [documentation](https://github.com/LogoFX/mvvm/wiki/Commanding) for details.
## Model
Model objects with various aspects, including property change notification, hierarchical change tracking, error management, undo-redo stack capabilities.

[Living documentation](https://ci.appveyor.com/api/projects/LogoFX/mvvm/artifacts/output/LogoFX.Client.Mvvm.Model.Specs.LivingDoc.html)
[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Model/)
See the [documentation](https://github.com/LogoFX/mvvm/wiki/Model) for details.
## View Model
View model layer objects, implementing basic concerns.

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.ViewModel)
## View
View-level elements, including converters, controls, trigger actions.

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.View)