@@ -16,7 +16,9 @@ import SupportIcon from './icons/IconSupport.vue'
16
16
17
17
Vue’s
18
18
<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 >.
20
22
</WelcomeItem >
21
23
22
24
<WelcomeItem >
@@ -31,12 +33,8 @@ import SupportIcon from './icons/IconSupport.vue'
31
33
<a href =" https://code.visualstudio.com/" target =" _blank" rel =" noopener" >VSCode</a > +
32
34
<a href =" https://github.com/johnsoncodehk/volar" target =" _blank" rel =" noopener" >Volar</a >. If
33
35
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 >.
40
38
</WelcomeItem >
41
39
42
40
<WelcomeItem >
@@ -46,13 +44,12 @@ import SupportIcon from './icons/IconSupport.vue'
46
44
<template #heading >Ecosystem</template >
47
45
48
46
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 >,
50
48
<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 >,
51
51
<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 >.
56
53
</WelcomeItem >
57
54
58
55
<WelcomeItem >
0 commit comments