# chaonengli-share **Repository Path**: lowCode/chaonengli-share ## Basic Information - **Project Name**: chaonengli-share - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-20 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 克隆项目 git clone https://github.com/ccj24/Vue3-Vite-Vant-H5.git # 进入项目目录 cd Vue3-Vite-Element-Plus # 安装依赖 npm install || pnpm install # 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev # 构建测试环境 npm run build