# elementplusResetJs **Repository Path**: mr-aothoy/elementplus-reset-js ## Basic Information - **Project Name**: elementplusResetJs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-20 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elementPlus二次封装 #### 克隆项目 ```bash git clone https://gitee.com/gzjekun/changdao_smart_large_screen.git ``` #### 安装依赖 ```bash # node版本18+ # npm版本 10+ # 建议安装 yarn 包管理器避免依赖冲突 npm install yarn -g # 淘宝镜像配置 yarn config set registry https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com cd changdao_smart_large_screen yarn ``` #### 发布 ```bash # 构建测试环境 yarn build:dev # 构建生产环境 yarn build:prod ```