antdui-demo/README.md
2024-08-16 17:31:30 +08:00

17 lines
479 B
Markdown

# AntdUIDemo
本项目基于Winform .NET Framework 4.8开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的Demo项目
## ✅ 快速开始
```
1. git clone 或者直接下载本项目
2. 若电脑缩放不是100%,使用 Visual Studio 在100%缩放模式下(命令行使用 devenv /noScale 命令启动 Visual Studio)打开项目,并按照提示或自行安装 .NET Framework4.8
3. 编译运行
```
## 控件演示
### Button
![Button](assets/screenshots/Button.png)