``` npm i use-element-plus-theme // 或者 pnpm i use-element-plus-theme ```
npm install use-element-plus-theme
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
``