use-element-plus-theme
v0.0.5
Published
``` npm i use-element-plus-theme // 或者 pnpm i use-element-plus-theme ```
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.git2.安装依赖
pnpm install
// 或者
npm install3.开发调试预览
pnpm dev
//或者
npm run dev