# uilib **Repository Path**: fe-project/uilib ## Basic Information - **Project Name**: uilib - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-v3-component-ui ```bash npm i @boris-fe/v3-element --save ``` ### 开始使用 **全局使用** ```js // 引入所有组件 import VElement from '@boris-fe/v3-element' // 引入样式 import '@boris-fe/v3-element/dist/style.css' import App from './App.vue' // 全局使用 createApp(App).use(VElement).mount('#app') ``` ```vue ``` **单个导入** TS-UI Element 提供了基于 ES Module 的开箱即用的 Tree Shaking 功能。 ```vue ```