22 lines
204 B
Markdown
22 lines
204 B
Markdown
# Ni UI Vue
|
|
|
|
> 星撰玉衡
|
|
> 20250520
|
|
|
|
vue3的UI库
|
|
|
|
## 介绍
|
|
|
|
1. 采用vite
|
|
2. 使用cursor AI编程
|
|
3. 参考 AntD ElementUIPlus NaiveUI等
|
|
|
|
## 使用方式
|
|
|
|
1. 打包
|
|
|
|
```bash
|
|
npm run build:lib
|
|
```
|
|
|