# 小兔鲜儿-vue3+ts-uniapp-一套代码多端部署 **Repository Path**: kkplusplus/uniapp-shop-vue3-ts ## Basic Information - **Project Name**: 小兔鲜儿-vue3+ts-uniapp-一套代码多端部署 - **Description**: 小兔鲜儿-vue3+ts-uniapp 项目已上线,小程序搜索《小兔鲜儿》即可体验。🎉🎉🎉
配套项目接口文档,配套笔记。 - **Primary Language**: 微信 - **License**: Not specified - **Default Branch**: master - **Homepage**: https://megasu.gitee.io/uni-app-shop-note/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 608 - **Created**: 2025-06-05 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装步骤 ```bash yarn # 安装npm包 yarn dev:mp-weixin # 启动开发环境 yarn build:staging:mp-weixin # 构建测试环境微信小程序 yarn build:mp-weixin # 构建生产环境微信小程序 ``` ## 分支 1. master: 默认分支,生产环境用这个分支来发版 2. dev: 开发分支,体验版测试环境用这个分支来发版 3. hotfix: 生产环境bug修复分支 4. feature-refactoring: 重构分支,重构中使用的分支