# uniapp-template **Repository Path**: hhshao/uniapp-template ## Basic Information - **Project Name**: uniapp-template - **Description**: uniapp项目初始化模板(vue3 + ts + pinia) - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2024-05-06 - **Last Updated**: 2025-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: uni-app ## README # uniapp-template #### 介绍 uniapp项目初始化模板(vue3 + ts + pinia),淦,由于tailwind使用转义符号:\,微信小程序wxss不支持“\”,因此,tailwind不适用小程序。后续有时间用vite创建一个适用的项目。(2024-08-30) vite版本前往:https://gitee.com/hhshao/uniapp-vite-unocss-template #### 软件架构 基于hbuilderx创建的项目,在webstorm上操作,为了编辑器不报错,安装了一下依赖比如vue,@dcloudio/types等,实际是使用hbuilderx的内核跑项目的。 #### 安装教程 1. npm i 2. webstorm自行下载uniapp tools 插件配置,再运行。 3. npm i 报错使用指令 --legacy-peer-deps 忽略冲突安装。 #### 使用说明 1. 项目使用到tailwindcss 运行项目的同时,需要运行tailwind:`npm run tailwind`。不使用,请忽略。 2. 其实使用hbuilderx跑项目,就没啥问题,只不过项目用到ts,代码编辑提示很慢,所以俺才用的webstorm编写代码。 3. 管你看没看懂,跑就完了。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)