chore: Update readme

This commit is contained in:
CharleeWa 2024-12-17 10:36:28 +08:00
parent e01c3f1e15
commit 69e41235ad
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
## Features
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness
- 🗂 [File based routing](./src/router)

View File

@ -30,7 +30,7 @@ An mobile web apps template based on the Vue 3 ecosystem.
## Features
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 6](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
- 🗂 [基于文件的路由](./src/router)

View File

@ -9,7 +9,7 @@ useHead({
meta: [
{
name: 'description',
content: 'Vue + Vite H5 Starter Template',
content: 'An mobile web apps template based on the Vue 3 ecosystem',
},
{
name: 'theme-color',