# clockIn **Repository Path**: pangzhiquan/clockIn ## Basic Information - **Project Name**: clockIn - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2021-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # water-dashboard ## 体验步骤 ### 1. 安装 wepy 本项目基于 wepy 开发,[参考这里](https://github.com/wepyjs/wepy) ```bash npm install wepy-cli -g ``` ### 2. 下载源代码 ```bash git clone xxxxxxxx ``` ### 3. 安装开发依赖 ```bash npm install ``` ### 4. 编译源代码 ```bash wepy build ``` ### 5.导入至开发者工具 编译完成生成`dist`目录后,开发者工具本地开发目录指向项目根目录。