chore: Update readme
This commit is contained in:
parent
e01c3f1e15
commit
69e41235ad
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue