# 水务app **Repository Path**: liu-yang-918/water-app ## Basic Information - **Project Name**: 水务app - **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-07-19 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 开发环境 - Windows 版本: Windows 11 - 开发工具: VS Code 、 HbuilderX 、夜神模拟器 - Node 版本: v16.15.0 - npm 版本:v10.1.0 ### 开发技术栈 - Vue2 - ui:uni-ui、uview ### 运行程序 1. 安装依赖 ```shell # npm npm i --registry=https://registry.npmmirror.com 2. 运行程序 ```shell # H5端 npm run dev:h5 # App端 需 HbuilderX 工具,运行 - 运行到手机或模拟器 ```