组件库:第三方封装好了很多很多的组件,整合到一起就是一个组件库。
官网:Vant 2 - Mobile UI Components built on Vue
vant支持vue2,也支持vue3;vant2支持vue2,vant3、vant4支持vue3
vue的组件库一般会按照不同平台进行分类:
1.PC端:element-ui(element-plus)、ant-design-vue(阿里)
element-ui支持v2
element-plus支持v3
ant-design-vue支持v2、v3
2.移动端:vant-ui、Mint UI(饿了么)、Cube UI(滴滴)
重点掌握vant-ui,更新效率比较高
要注意安装版本