Simple MVVM template for MewUI #97
Replies: 3 comments 2 replies
-
|
I guess that after MewUI's 1.0.0, there would be an official template instead. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing this template!! For the counter sample, I think it would be better to define the state as That approach would avoid redundant state and would also serve as a clearer example of the intended binding style in MewUI.😁 |
Beta Was this translation helpful? Give feedback.
-
|
I'm confused by c#'s I did have this inside my // Here for hot reload reflection
#if DEBUG
[assembly: System.Reflection.Metadata.MetadataUpdateHandler(
typeof(Aprillz.MewUI.HotReload.MewUiMetadataUpdateHandler)
)]However, it seems that even if you don't include the inner csproj file in current slnx, msbuild will still remove this preprocessor since nuget packages are just release versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just made a simple mvvm template for MewUI with a counter, ideas are welcomed.
Links
Link to repo:
Link to nuget:
Additions
I'm not familiar with nuget publish. So if there's any improvement, just send me msgs.
Beta Was this translation helpful? Give feedback.
All reactions