Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logofx/mvvm
MVVM facilities for developing front-end/client apps
https://github.com/logofx/mvvm
Last synced: about 4 hours 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T10:33:26.000Z (about 2 years ago)
- Last Synced: 2024-11-13T08:56:19.284Z (6 days 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[![CodeFactor](https://www.codefactor.io/repository/github/logofx/mvvm/badge)](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)