好用的组件库
# 阅读文档
- name: vueuse/core
desc: 一款基于Vue组合式API的函数工具集
link: https://www.npmjs.com/package/@vueuse/core # 链接,可选
bgColor: "#CBEAFA" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#6854A1" # 文本色,可选,默认var(--textColor)
1
2
3
4
5
2
3
4
5
# 组件库
- name: NutUI
desc: 京东风格的轻量级移动端组件库
link: https://nutui.jd.com/h5/vue/4x/#/zh-CN/guide/intro # 链接,可选
bgColor: "#e12501" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#ffffff" # 文本色,可选,默认var(--textColor)
- name: NutUI-bingo
desc: 基于 NutUI 的抽奖组件库,助力营销活动和小游戏场景。
link: https://nutui.jd.com/bingo/index.html#/intro
bgColor: "#fa2c19" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#ffffff" # 文本色,可选,默认var(--textColor)
- name: Element-plus
desc: vue3 + ts 组件库
link: https://element-plus.gitee.io/zh-CN/component/button.html
bgColor: "#409EFF" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#ffffff" # 文本色,可选,默认var(--textColor)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# npm包
- name: vueuse/core
desc: 一款基于Vue组合式API的函数工具集
link: https://www.npmjs.com/package/@vueuse/core # 链接,可选
bgColor: "#CBEAFA" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#6854A1" # 文本色,可选,默认var(--textColor)
- name: vueuse/core
desc: 一款基于Vue组合式API的函数工具集
link: https://www.npmjs.com/package/@vueuse/core # 链接,可选
bgColor: "#DFEEE7" # 背景色,可选,默认var(--bodyBg)。颜色值有#号时请添加引号
textColor: "#2A3344" # 文本色,可选,默认var(--textColor)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
编辑 (opens new window)
上次更新: 2025/01/07, 6:01:00