# linjiashop-uniapp-h5-cli **Repository Path**: techutter/linjiashop-uniapp-h5-cli ## Basic Information - **Project Name**: linjiashop-uniapp-h5-cli - **Description**: 该项目专门用于发布邻家小铺(uniapp)版本的h5发布版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2024-12-22 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linjiashop-uniapp-h5-cli - 该项目专门用于发布邻家小铺(uniapp)版本的h5发布版本 - 请勿在该项目中进行项目开发 ## Project setup - 手动安装下面两个模块 ``` npm install sass-loader -D npm install node-sass -D ``` - 安装依赖 ``` npm install --registry=https://registry.npm.taobao.org ``` ## 项目拷贝 - 将linjiashop-uniapp项目目录下除了node_modules以外的其他文件和目录拷贝至当前项目的src目录下 ## 编译打包测试环境 ``` npm run build ``` ## 编译打包生产环境 ``` npm run build:h5prod ```