docs: 📝 更新项目文档,添加项目截图

This commit is contained in:
Ray.Hao
2024-12-17 00:40:24 +08:00
parent b06ef0c312
commit e5ab90de1e

View File

@@ -1,20 +1,25 @@
# 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)
# vue-uniapp-template
## 项目介绍
基于 uni-app + Vue 3 + TypeScript 移动端跨平台开发模板,集成了 ESLint、Prettier、Stylelint、Husky 和 Commitlint 等工具,确保代码规范与质量。
## 项目截图
![](https://oss.youlai.tech/blog/vue-uniapp-template.jpg)
## 项目启动
安装依赖
```
pnpm install
```
h5启动
```
pnpm run dev:h5
```
访问 [http://localhost:4096](http://localhost:4096)