# d-el-plus **Repository Path**: dj_web/d-el-plus ## Basic Information - **Project Name**: d-el-plus - **Description**: element-plus二次封装 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-24 - **Last Updated**: 2026-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project Setup ```sh yarn install ``` ### Compile and Hot-Reload for Development ```sh yarn run dev ``` ### Type-Check, Compile and Minify for Production ```sh yarn run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh yarn run lint ```