# t-ui-plus **Repository Path**: sleeping_god/t-ui-plus ## Basic Information - **Project Name**: t-ui-plus - **Description**: 基于vue3+ts+Element-plus二次封装基础组件文档,希望对你有用。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: dev - **Homepage**: https://wocwin.github.io/t-ui-plus/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 64 - **Created**: 2023-10-21 - **Last Updated**: 2023-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # T-ui-Plus ## [Vue2 基于 Element-ui基础组件传送门](https://github.com/wocwin/t-ui) > 基于 Element-ui 二次封装基础组件地址 > ## [Vue2 基于ant-design-vue基础组件传送门](https://github.com/wocwin/t-antd-ui) > 基于ant-design-vue 二次封装基础组件地址 ## 介绍 > 基于 vue3+ ts+ Element-plus 二次封装组件 这是我在学习 Vue3 中基于[Element-plus](https://element-plus.org/zh-CN/) 二次封装基础组件文档,希望对你有用。可查看 [详细组件案例文档](https://wocwin.github.io/t-ui-plus/) 预览
## 动态效果图
## npm 方式安装使用
```shell
npm i @wocwin/t-ui-plus
```
## 全局注册使用
> ### 前提条件:使用项目必须全局注册 Element-plus组件库
```js
// 在main.js中按下引入
import TuiPlus from '@wocwin/t-ui-plus'
import '@wocwin/t-ui-plus/lib/style.css'
Vue.use(TuiPlus)
```
## 按需引入
```js
// 在main.js中按下引入
import '@wocwin/t-ui-plus/lib/style.css'
// 单个.vue文件引入
```
## t-ui-plus Volar 组件类型提示
```js
// 需要在使用的项目的tsconfig.json文件中添加以下
compilerOptions:{
"types": [
"@wocwin/t-ui-plus/components.d.ts",
],
}
```
## Vue3 + Vite项目中安装引入报如下错误的解决方法
> #### 把项目的vite版本升级到4+
## 安装依赖
> ### 注意: 本地环境版本最好安装 [Node.js 16.x+](https://nodejs.org/en)、[pnpm 7.x+](https://github.com/pnpm/pnpm/)
```shell
npm install -g pnpm
pnpm install
```
## 使用[t-ui-plus组件的后台管理系统地址](https://github.com/wocwin/wocwin-admin)
## 本地运行 vuepress 中组件文档
```shell
// docs项目(文档demo示例)基于vue3+vite项目
npm run docs:dev
```
## Thanks to all the contributors
|