# useElementPlusTheme **Repository Path**: cheerwhy/use-element-plus-theme ## Basic Information - **Project Name**: useElementPlusTheme - **Description**: 目前最新版elementPlus动态更改主题颜色 使用覆盖变量的方式直接设置主题色 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 2 - **Created**: 2022-08-20 - **Last Updated**: 2025-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # useElementPlusTheme 动态更改主题色 ## 一、基本使用 ``` npm i use-element-plus-theme // 或者 pnpm i use-element-plus-theme ``` ## 二、预览 1.克隆项目 ``` git clone https://gitee.com/cheerwhy/use-element-plus-theme.git ``` 2.安装依赖 ``` pnpm install // 或者 npm install ``` 3.开发调试预览 ``` pnpm dev //或者 npm run dev ```