Skip to content

Commit a06d71d

Browse files
committed
update: live demo
Closes #9
1 parent e42ba5b commit a06d71d

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

src/components/HelloWorld.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
13-
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>. What's next?
13+
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a> using the <br>
14+
<a href="https://github.com/kaandesu/vite-vue-ultimate-starter" target="_blank"
15+
rel="noopener">vite-vue-ultimate-starter</a> template! What's next?
1416
</h3>
1517
</div>
1618
</template>

src/components/TheWelcome.vue

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ import SupportIcon from './icons/IconSupport.vue'
1616

1717
Vue’s
1818
<a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
19-
provides you with all information you need to get started.
19+
provides you with all information you need to get started. If you need more information about this template
20+
and it's features, check out the <a href="https://github.com/kaandesu/vite-vue-ultimate-starter" target="_blank"
21+
rel="noopener">vite-vue-ultimate-starter</a>.
2022
</WelcomeItem>
2123

2224
<WelcomeItem>
@@ -31,12 +33,8 @@ import SupportIcon from './icons/IconSupport.vue'
3133
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
3234
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3335
you need to test your components and web pages, check out
34-
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35-
<a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
36-
37-
<br />
38-
39-
More instructions are available in <code>README.md</code>.
36+
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a> and
37+
<a href="https://playwright.dev/" target="_blank">Playwright Testing</a>.
4038
</WelcomeItem>
4139

4240
<WelcomeItem>
@@ -46,13 +44,12 @@ import SupportIcon from './icons/IconSupport.vue'
4644
<template #heading>Ecosystem</template>
4745

4846
Get official tools and libraries for your project:
49-
<a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
47+
<a href="https://vite-pwa-org.netlify.app/" target="_blank" rel="noopener">Vite PWA</a>,
5048
<a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
49+
<a href="https://tailwindcss.com/" target="_blank" rel="noopener">Tailwind CSS</a>,
50+
<a href="https://daisyui.com/" target="_blank" rel="noopener">DaisyUI</a>,
5151
<a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
52-
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
53-
you need more resources, we suggest paying
54-
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
55-
a visit.
52+
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>.
5653
</WelcomeItem>
5754

5855
<WelcomeItem>

0 commit comments

Comments
 (0)