From e5ab90de1efc7031bd4672551fc057e7ad5be05c Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 17 Dec 2024 00:40:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=96=87=E6=A1=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=88=AA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 45 +++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5a87a54..b6c9126 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +# 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)