Skip to content

Commit 8397f20

Browse files
committed
chore: Update README.md
1 parent 8d5eb03 commit 8397f20

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

README-zh_CN.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<p align="center">
2-
<img alt="logo" src="https://opens-1308879050.cos.ap-beijing.myqcloud.com/vvm/logo.png" width="120" height="120" style="margin-bottom: 10px;">
3-
</p>
4-
51
<h1 align="center">Vue3-Vant-Mobile</h1>
62

7-
<p align="center">一个集成 Vue3、Vite4、Vant4、Pinia2、Vitest、TypeScript 构建的移动端模板</p>
3+
<p align="center">一个集成 Vue3、Vite5、Vant4、Pinia2、Vitest、TypeScript 构建的移动端模板</p>
84

95
<p align="center">
106
<img src="https://img.shields.io/github/license/CharleeWa/vue3-vant-mobile" alt="license" />
@@ -18,7 +14,7 @@
1814

1915
## 介绍
2016

21-
🔥🔥🔥 这是一个基于 `Vue3`, `Vite4`, `Vant4`, `Pinia2`, `Vitest`, `TypeScript` 构建的移动端模板。 🚀🚀🚀 它集成了`Plop`用于生成各种类型的代码块,同时还提供了 `Dark Mode`(暗黑模式)配置以及 `Mock` 数据等其他方便的扩展功能。💖💖💖 简而言之,它简洁、简单、易用,可供参考,能够帮助您节省一周的开发时间,希望您会喜欢。
17+
🔥 一个集成最新技术栈、完整干净的移动端模板。它简洁、简单、易用,可供参考,能够帮助您节省一周的开发时间,希望您会喜欢 💖
2218

2319
## 成就
2420

@@ -30,7 +26,6 @@
3026
- 💪 使用TypeScript编写
3127
- 🚀 Vue3 生态开箱即用
3228
- 🤖 自动导入组件
33-
- 📄 使用plop轻松创建文件
3429
- 📦 使用pnpm包管理器
3530
- 💾 支持Mock服务器
3631
- 🌈 支持Git hooks(lint和commit)
@@ -107,8 +102,6 @@ pnpm build
107102
<sub><b>Leezon</b></sub>
108103
</a>
109104
</td>
110-
</tr>
111-
<tr>
112105
<td align="center">
113106
<a href="https://github.com/leo4developer">
114107
<img src="https://avatars.githubusercontent.com/u/15160478?v=4" width="90;" alt="liuNing"/>
@@ -143,3 +136,14 @@ pnpm build
143136
## 许可证
144137

145138
♥️ [MIT](https://en.wikipedia.org/wiki/MIT_License)
139+
140+
## 星星趋势
141+
142+
<p align="center">
143+
<a target="_blank" href="https://star-history.com/#CharleeWa/vue3-vant-mobile&Date">
144+
<picture>
145+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=CharleeWa/vue3-vant-mobile&type=Date&theme=dark">
146+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=CharleeWa/vue3-vant-mobile&type=Date">
147+
</picture>
148+
</a>
149+
</p>

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Vue3-Vant-Mobile</h1>
22

3-
<p align="center">Mobile Template built on Vue3、Vite4、Vant4、Pinia2、Vitest、TypeScript </p>
3+
<p align="center">Mobile Template built on Vue3、Vite5、Vant4、Pinia2、Vitest、TypeScript </p>
44

55
<p align="center">
66
<img src="https://img.shields.io/github/license/CharleeWa/vue3-vant-mobile" alt="license" />
@@ -14,7 +14,7 @@ English / [简体中文](./README-zh_CN.md) , [使用指南](./Guide-zh_CN.md) /
1414

1515
## Introduction
1616

17-
🔥🔥🔥 Vue3 Vant Mobile based on `Vue3`, `Vite4`, `Vant4`, `Pinia2`, `Vitest`, `TypeScript`; 🚀🚀🚀 Integrate `Plop` to generate any type of code block, integrate `Dark Mode` (Dark) configuration, integrate `Mock` data, and other handy extensions. 💖💖💖 In short, clean, simple, easy to use, reference, can save you a week of development time, hope you like it.
17+
🔥 A streamlined mobile template with a complete and clean design, incorporating the latest technology stack. It's straightforward, easy to use, and can save you a week of development time. We hope you'll find it to your liking 💖.
1818

1919
## Achievement
2020

@@ -26,7 +26,6 @@ English / [简体中文](./README-zh_CN.md) , [使用指南](./Guide-zh_CN.md) /
2626
- 💪 Written in TypeScript
2727
- 🚀 Support Vue 3 out-of-the-box
2828
- 🤖 Auto Importing components
29-
- 📄 Easy to create files (plop)
3029
- 📦 Using pnpm package manager
3130
- 💾 Support Mock server
3231
- 🌈 Support Git hooks (lint and commit)
@@ -104,8 +103,6 @@ Support modern browsers
104103
<sub><b>Leezon</b></sub>
105104
</a>
106105
</td>
107-
</tr>
108-
<tr>
109106
<td align="center">
110107
<a href="https://github.com/leo4developer">
111108
<img src="https://avatars.githubusercontent.com/u/15160478?v=4" width="90;" alt="liuNing"/>
@@ -137,6 +134,10 @@ Support modern browsers
137134
</tr>
138135
</table>
139136

137+
## LICENSE
138+
139+
♥️ [MIT](https://en.wikipedia.org/wiki/MIT_License)
140+
140141
## Star History
141142

142143
<p align="center">
@@ -147,7 +148,3 @@ Support modern browsers
147148
</picture>
148149
</a>
149150
</p>
150-
151-
## LICENSE
152-
153-
♥️ [MIT](https://en.wikipedia.org/wiki/MIT_License)

0 commit comments

Comments
 (0)