# ui-vite **Repository Path**: veigarchen/ui-vite ## Basic Information - **Project Name**: ui-vite - **Description**: 按需使用的vite项目ui库,支持按需使用,提供常用ui库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-14 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3 ui 组件库 > 提供vue3 ui 常用组件,不引用不会进行打包,减小项目应用体积和方便项目版本管理,提供以下组件 ``` export * as VButton from './Button/index.vue' export * as VSwitch from './Switch/index.vue' export * as VScale from './Scale/index.vue' export * as VMask from './Mask/index.vue' export * as VCircle from './Circle/index.vue' ``` > 前端技术交流群:553655769,有什么问题在群里说不定可以找到答案 > 开源仓库,欢迎提交更多功能,方便他人,方便自己 > - gitee主仓库地址 > - github同步仓库地址 ## 安装使用 ### 安装 ``` pnpm i ui-vite ``` ### 使用 - 在vue文件中直接使用,如使用按钮组件:\按钮\ ### 配置 ``` uivite.VConf = { vicon: { url: '/static_res/vicon', name: 'Ant', type: 'up', size: '20', color: '#000000' } } ```