# wot-uni **Repository Path**: dremtri/wot-uni ## Basic Information - **Project Name**: wot-uni - **Description**: 基于Wot-Design-Uni + Uniapp构建的工程化项目 - **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-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: wot-design-uni, uni-app ## README ## 快速开始 ### 安装依赖 ```bash pnpm install ``` ### 开发环境 ```bash # H5 开发 pnpm dev:h5 # 微信小程序开发 pnpm dev:mp-weixin # 自定义平台 pnpm dev:custom -p ``` ### 构建生产 ```bash # H5 构建 pnpm build:h5 # 微信小程序构建 pnpm build:mp-weixin # 自定义平台构建 pnpm build:custom -p ``` ### git 相关 ```bash # 代码提交 请使用 pnpm commit 进行git提交(强烈推荐) pnpm commit # 绕过 lint-staged 代码提交(强烈 不 推荐) git commit --no-verify -m "你的消息" ```