# pda **Repository Path**: Shiw1998/pda ## Basic Information - **Project Name**: pda - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-19 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-template 本篇 README.md 面向开发者 ### 上手指南 ###### 开发前的配置要求 1. node >= 18 ###### **安装步骤** ```sh pnpm install pnpm run dev:h5 ``` ### 文件目录说明 eg: ``` filetree ├── README.md ├── /src/ │ ├── /api/ // 接口相关配置 │ ├── /config/ // 项目通用配置 │ │ ├── /global/ // 全局配置 │ │ ├── /request/ // 接口配置 │ ├── /pages/ // 页面 │ ├── /static/ // 静态资源 │ ├── /store/ // 状态管理 │ ├── /utils/ // 工具类 └── index.html ``` ### Git 贡献提交规范 - `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/) ### 版本控制