# uniapp-template **Repository Path**: uniapp-base-template/uniapp-template ## Basic Information - **Project Name**: uniapp-template - **Description**: uniapp通用开发模板javascript版本 uniapp + vue3 + uview-plus + pinia + unocss - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-05-06 - **Last Updated**: 2026-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, 优秀, uview-plus ## README # uni-template uniapp 通用开发模板 [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url]

Logo

uniapp开发模板

一个"完美的"README模板去快速开始你的项目!
探索本项目的文档 »

本篇README.md面向开发者 ## 目录 - [上手指南](#上手指南) - [开发前的配置要求](#开发前的配置要求) - [安装步骤](#安装步骤) - [文件目录说明](#文件目录说明) - [使用到的框架](#使用到的框架) - [版本控制](#版本控制) - [作者](#作者) - [鸣谢](#鸣谢) ### 上手指南 ###### 开发前的配置要求 1. node >= 18 ###### **安装步骤** ```sh git clone https://gitee.com/dmcicfy/uniapp-template.git cd uniapp-template pnpm install pnpm run dev:h5 ``` ### 文件目录说明 eg: ``` filetree ├── README.md ├── /src/ │ ├── /api/ // 接口相关配置 │ ├── /config/ // 项目通用配置 │ │ ├── /global/ // 全局配置 │ │ ├── /request/ // 接口配置 │ ├── /pages/ // 页面 │ ├── /static/ // 静态资源 │ ├── /store/ // 状态管理 │ ├── /utils/ // 工具类 └── index.html ``` ### Git 贡献提交规范 - 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)) - `feat` 增加新功能 - `fix` 修复问题/BUG - `style` 代码风格相关无影响运行结果的 - `perf` 优化/性能提升 - `refactor` 重构 - `revert` 撤销修改 - `test` 测试相关 - `docs` 文档/注释 - `chore` 依赖更新/脚手架配置修改等 - `workflow` 工作流改进 - `ci` 持续集成 - `types` 类型定义文件更改 - `wip` 开发中 ### 使用到的框架 - [uniapp](https://uniapp.dcloud.net.cn/) - [vue3](https://cn.vuejs.org/) - [pinia 状态管理](https://pinia.vuejs.org/zh/) - [lodash](https://www.lodashjs.com/) - [dayjs](https://dayjs.fenxianglu.cn/) - [unocss](https://unocss.nodejs.cn/) ### 版本控制 该项目使用Git进行版本管理。您可以在repository参看当前可用版本。 ### 作者 ICFY [your-project-path]:dmcicfy/uniapp-template [contributors-shield]: https://img.shields.io/github/contributors/dmcicfy/uniapp-template.svg?style=flat-square [contributors-url]: https://gitee.com/dmcicfy/uniapp-template/contributors [forks-shield]: https://img.shields.io/github/forks/dmcicfy/uniapp-template.svg?style=flat-square [forks-url]: https://gitee.com/dmcicfy/uniapp-template/members [stars-shield]: https://img.shields.io/github/stars/dmcicfy/uniapp-template.svg?style=flat-square [stars-url]: https://gitee.com/dmcicfy/uniapp-template/stargazers [issues-shield]: https://img.shields.io/github/issues/dmcicfy/uniapp-template.svg?style=flat-square [issues-url]: https://gitee.com/dmcicfy/uniapp-template/issues