# nai-xue **Repository Path**: showge/uni-app-nx ## Basic Information - **Project Name**: nai-xue - **Description**: 基于Uni-App开发的奈雪の茶小程序模板 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-20 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 奈雪の茶 **特别声明:本项目中的展示图片归奈雪の茶所有。如果侵权,请提交 Issues 联系。** ## 简介 本项目是一个仿写[奈雪の茶小程序模板](https://github.com/tinypuppet/nxdc-milktea)项目 项目使用vue3重构,vue 2版本可查看[vue2](https://github.com/xlz122/nai-xue/tree/vue2)分支 ## 项目使用技术栈 * Vue全家桶 * Vue3 Composition Api * TypeScript ## 加入项目 如果想加入本项目的开发,需将项目fork到自己的仓库下,功能开发完成后,提PR即可。 ## 运行 启动项目 ``` yarn install ``` ``` yarn serve ``` 项目打包 ``` h5端: yarn build:h5 微信小程序: yarn build:mp-weixin 支付宝小程序: yarn build:mp-alipay ``` ## 项目效果图 |首页|点餐|取餐|我的|登录| |---|---|---|---|---| |![](./preview/home.jpg)|![](./preview/drink.jpg)|![](./preview/take-foods.jpg)|![](./preview/mine.jpg)|![](./preview/login.jpg)| ## 写在最后 * [The MIT License (MIT)](https://github.com/xlz122/nai-xue/blob/master/LICENSE) * 本项目仅用于学习使用,切勿用于商业用途,否则产生的法律后果与作者无关。