@uf_lee/leeui 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
* @Author: 李天惊 uf_lee@163.com
|
|
3
3
|
* @Date: 2025-03-20 12:35:35
|
|
4
4
|
* @LastEditors: 李天惊 uf_lee@163.com
|
|
5
|
-
* @LastEditTime: 2025-03-20
|
|
5
|
+
* @LastEditTime: 2025-03-20 14:32:29
|
|
6
6
|
* @FilePath: \leelcp2022\lee_ui\README.md
|
|
7
7
|
* Copyright (c) 2025 by ${git_name_email}, All Rights Reserved.
|
|
8
8
|
-->
|
|
9
|
-
#
|
|
9
|
+
# LeeUI
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
一个支持TypeScript的简单单实例Vue 3组件库。
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 安装
|
|
14
|
+
要安装项目的依赖项,运行以下命令:
|
|
14
15
|
|
|
15
16
|
```bash
|
|
16
17
|
npm install @uf_lee/leeui
|