|
1 | | -<h1 align="center">vvm</h1> |
| 1 | +<h1 align="center">vue3-vant-mobile</h1> |
2 | 2 |
|
3 | 3 | <p align='center'> |
4 | | - <a href="https://vvmcsr.netlify.app">Live Demo</a> |
| 4 | + <a href="https://vue3-vant-mobile.netlify.app">Live Demo</a> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <p align="center"> |
8 | 8 | An mobile web apps template based on the Vue 3 ecosystem |
9 | 9 | </p> |
10 | 10 |
|
11 | 11 | <p align="center"> |
12 | | - <img src="https://img.shields.io/github/license/easy-temps/vvm" alt="license" /> |
13 | | - <img src="https://img.shields.io/github/package-json/v/easy-temps/vvm" alt="version" /> |
14 | | - <img src="https://img.shields.io/github/repo-size/easy-temps/vvm" alt="repo-size" /> |
15 | | - <img src="https://img.shields.io/github/languages/top/easy-temps/vvm" alt="languages" /> |
16 | | - <img src="https://img.shields.io/github/issues-closed/easy-temps/vvm" alt="issues" /> |
| 12 | + <img src="https://img.shields.io/github/license/easy-temps/vue3-vant-mobile" alt="license" /> |
| 13 | + <img src="https://img.shields.io/github/package-json/v/easy-temps/vue3-vant-mobile" alt="version" /> |
| 14 | + <img src="https://img.shields.io/github/repo-size/easy-temps/vue3-vant-mobile" alt="repo-size" /> |
| 15 | + <img src="https://img.shields.io/github/languages/top/easy-temps/vue3-vant-mobile" alt="languages" /> |
| 16 | + <img src="https://img.shields.io/github/issues-closed/easy-temps/vue3-vant-mobile" alt="issues" /> |
17 | 17 | </p> |
18 | 18 |
|
19 | 19 | <br> |
20 | 20 |
|
21 | 21 | <p align='center'> |
22 | | -<b>English</b> / <a href="https://github.com/easy-temps/vvm/blob/main/README.zh-CN.md">简体中文</a> |
| 22 | +<b>English</b> / <a href="https://github.com/easy-temps/vue3-vant-mobile/blob/main/README.zh-CN.md">简体中文</a> |
23 | 23 | </p> |
24 | 24 |
|
25 | 25 | <br> |
|
116 | 116 |
|
117 | 117 | ## Try it now |
118 | 118 |
|
119 | | -> vvm requires Node 18+ |
| 119 | +> vue3-vant-mobile requires Node 18+ |
120 | 120 |
|
121 | 121 | ### GitHub Template |
122 | 122 |
|
123 | | -[Create a repo from this template on GitHub](https://github.com/easy-temps/vvm/generate) |
| 123 | +[Create a repo from this template on GitHub](https://github.com/easy-temps/vue3-vant-mobile/generate) |
124 | 124 |
|
125 | 125 | ### Clone to local |
126 | 126 |
|
127 | 127 | If you prefer to do it manually with the cleaner git history |
128 | 128 |
|
129 | 129 | ```bash |
130 | | -npx degit easy-temps/vvm my-mobile-app |
| 130 | +npx degit easy-temps/vue3-vant-mobile my-mobile-app |
131 | 131 | cd my-mobile-app |
132 | 132 | pnpm i # If you don't have pnpm installed, run: npm install -g pnpm |
133 | 133 | ``` |
@@ -264,10 +264,10 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along |
264 | 264 | ## Star History |
265 | 265 |
|
266 | 266 | <p align="left"> |
267 | | - <a target="_blank" href="https://star-history.com/#easy-temps/vvm&Date"> |
| 267 | + <a target="_blank" href="https://star-history.com/#easy-temps/vue3-vant-mobile&Date"> |
268 | 268 | <picture> |
269 | | - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=easy-temps/vvm&type=Date&theme=dark"> |
270 | | - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=easy-temps/vvm&type=Date"> |
| 269 | + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=easy-temps/vue3-vant-mobile&type=Date&theme=dark"> |
| 270 | + <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=easy-temps/vue3-vant-mobile&type=Date"> |
271 | 271 | </picture> |
272 | 272 | </a> |
273 | 273 | </p> |
0 commit comments