# 昱安小程序 **Repository Path**: wujinbo/xiaofang_wechat ## Basic Information - **Project Name**: 昱安小程序 - **Description**: 昱安消防小程序代码-uniapp - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xiaofang_wechat > xiaofang_wechat ## Build Setup ``` bash # 初始化项目 vue init mpvue/mpvue-quickstart myproject cd myproject # 安装依赖 yarn # 开发时构建 npm dev # 打包构建 npm build # 指定平台的开发时构建(微信、百度、头条、支付宝) npm dev:wx npm dev:swan npm dev:tt npm dev:my # 指定平台的打包构建 npm build:wx npm build:swan npm build:tt npm build:my # 生成 bundle 分析报告 npm run build --report ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 2024-09-19 1. 移除单位的拆除统计 2024-09-02 1. 新增预约检测页面文字溢出样式问题 2. 首页离线数量统计拆分出拆除统计 2024-08-29 1. 离线处理增加处理中及照片上传 2. 处理扫设备码页面文字溢出样式问题