Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #45

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p align='center'>

Check failure on line 1 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
<img src='https://user-images.githubusercontent.com/11247099/111864893-a457fd00-899e-11eb-9f05-f4b88987541d.png' alt='Vitesse - Opinionated Vite Starter Template' width='600'/>

Check failure on line 2 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
</p>

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`

Check failure on line 4 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
<h6 align='center'>

Check failure on line 5 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
<a href="https://vitesse-lite.netlify.app/">Live Demo</a>

Check failure on line 6 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
</h6>

Check failure on line 7 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`

Check failure on line 8 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
<h5 align='center'>

Check failure on line 9 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
<b>Lightweight version of <a href="https://github.com/antfu/vitesse">Vitesse</a></b>

Check failure on line 10 in README.md

View workflow job for this annotation

GitHub Actions / build (lts/*, windows-latest)

Delete `␍`
</h5>

<br>
Expand All @@ -19,7 +19,7 @@

## Features

- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](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 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness

- 🗂 [File based routing](./src/pages)

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## 特性

- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - 就是快!
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - 就是快!

- 🗂 [基于文件的路由](./src/pages)

Expand Down