File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<h6 align =' center ' >
6
- <a href =" https://vitesse-lite .netlify.app/ " >Live Demo</a >
6
+ <a href =" https://vitesse-jsx .netlify.app/ " >Live Demo</a >
7
7
</h6 >
8
8
9
9
<h5 align =' center ' >
10
- <b >JSX version of <a href =" https://github.com/antfu /vitesse " >Vitesse</a ></b >
10
+ <b >JSX version of <a href =" https://github.com/@vue-macros /vitesse-jsx " >Vitesse</a ></b >
11
11
</h5 >
12
12
13
13
<br >
14
14
15
15
<p align =' center ' >
16
- <b >English</b > | <a href =" https://github.com/antfu /vitesse-lite /blob/main/README.zh-CN.md " >简体中文</a >
16
+ <b >English</b > | <a href =" https://github.com/@vue-macros /vitesse-jsx /blob/main/README.zh-CN.md " >简体中文</a >
17
17
<!-- Contributors: Thanks for geting interested, however we DON'T accept new transitions to the README, thanks. -->
18
18
</p >
19
19
43
43
44
44
<br >
45
45
46
- See [ Vitesse] ( https://github.com/antfu/vitesse ) for full featureset .
46
+ See [ Vitesse] ( https://github.com/antfu/vitesse ) for full feature set .
47
47
48
48
## Dropped Features from [ Vitesse] ( https://github.com/antfu/vitesse )
49
49
@@ -77,14 +77,14 @@ See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
77
77
78
78
### GitHub Template
79
79
80
- [ Create a repo from this template on GitHub] ( https://github.com/antfu /vitesse-lite /generate ) .
80
+ [ Create a repo from this template on GitHub] ( https://github.com/vue-macros /vitesse-jsx /generate ) .
81
81
82
82
### Clone to local
83
83
84
84
If you prefer to do it manually with the cleaner git history
85
85
86
86
``` bash
87
- npx degit antfu /vitesse-lite my -vitesse-app
87
+ npx degit @vue-macros /vitesse-jsxmy -vitesse-app
88
88
cd my-vitesse-app
89
89
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
90
90
```
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<h6 align =' center ' >
6
- <a href =" https://vitesse-lite .netlify.app/ " >在线 Demo</a >
6
+ <a href =" https://vitesse-jsx .netlify.app/ " >在线 Demo</a >
7
7
</h6 >
8
8
9
9
<h5 align =' center ' >
13
13
<br >
14
14
15
15
<p align =' center ' >
16
- <a href =" https://github.com/antfu /vitesse-lite /blob/main/README.md " >English</a > | <b >简体中文</b >
16
+ <a href =" https://github.com/vue-macros /vitesse-jsx /blob/main/README.md " >English</a > | <b >简体中文</b >
17
17
</p >
18
18
19
19
<br >
78
78
79
79
### GitHub 模板
80
80
81
- [ 使用这个模板创建仓库] ( https://github.com/antfu /vitesse-lite /generate ) .
81
+ [ 使用这个模板创建仓库] ( https://github.com/vue-macros /vitesse-jsx /generate ) .
82
82
83
83
### 克隆到本地
84
84
85
85
如果您更喜欢使用更干净的 git 历史记录手动执行此操作
86
86
87
87
``` bash
88
- npx degit antfu /vitesse-lite my -vitesse-app
88
+ npx degit @vue-macros /vitesse-jsxmy -vitesse-app
89
89
cd my-vitesse-app
90
90
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
91
91
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default () => (
8
8
i-carbon-logo-github
9
9
icon-btn
10
10
rel = "noreferrer"
11
- href = "https://github.com/antfu /vitesse-lite "
11
+ href = "https://github.com/vue-macros /vitesse-jsx "
12
12
target = "_blank"
13
13
title = "GitHub"
14
14
/>
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default defineComponent(() => {
13
13
< div >
14
14
< div i-carbon-campsite inline-block text-4xl />
15
15
< p >
16
- < a rel = "noreferrer" href = "https://github.com/antfu /vitesse-lite " target = "_blank" >
16
+ < a rel = "noreferrer" href = "https://github.com/vue-macros /vitesse-jsx " target = "_blank" >
17
17
Vitesse
18
18
{ ' ' }
19
19
{ route . meta . title }
You can’t perform that action at this time.
0 commit comments