add README.md.

Signed-off-by: 郝先瑞 <1490493387@qq.com>
This commit is contained in:
郝先瑞
2024-10-24 17:06:02 +00:00
committed by Gitee
parent 0de42316df
commit 3dadc456c4

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# vue-uniapp-template
## 介绍
基于 uni-app + Vue 3 + TypeScript 的项目,集成了 ESLint、Prettier、Stylelint、Husky 和 Commitlint 等工具,确保代码规范与质量。
![](https://i-blog.csdnimg.cn/direct/2c0eaeaa15134517a77b7a1689388537.gif)
## 项目启动
安装依赖
```
pnpm install
```
h5启动
```
pnpm run dev:h5
```
访问 [http://localhost:4096](http://localhost:4096)