mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-12 08:40:43 +08:00
1020 B
1020 B
Install
NuGet Installation
👏 Recommending NuGet for swift installation
Visual Studio Visual Installation
PM command installation
PM> Install-Package AntdUI
Source Code Download
Access the official code repository of AntdUI at :https://github.com/AntdUI/AntdUI
Unzip, launch AntdUI.sln and set examples/Demo as startup project. F5 run.
Compilation Issues?
Ensure you have Visual Studio 2022 or above for compilation.
Consider installing older versions (like.NET Framework 4.0 and 4.5) of Visual Studio if needed
Toolbox Absence?
Modify AntdUI.csproj TargetFrameworks to retain only your project's framework version and regenerate.
Still Not Displaying? Restart VS to refresh and recompile repeatedly to ensure latest DLLs are used.

