Modern browsers (Chrome ≥ 88, Edge ≥ 88, Firefox ≥ 79 and Safari ≥ 12.2) automatically imply `rel="noopener"`.
But the default target of Vite is lower than that, so we still need it.
<h1 class="green">{{ msg }}</h1>
<h3>
You’ve successfully created a project with
- <a target="_blank" href="https://vitejs.dev/">Vite</a> +
- <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
+ <a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
</h3>
</div>
</template>
<template #heading>Documentation</template>
Vue’s
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
provides you with all information you need to get started.
</WelcomeItem>
<template #heading>Tooling</template>
This project is served and bundled with
- <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
- setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
- <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
- your components and web pages, check out
- <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
- <a href="https://on.cypress.io/component" target="_blank"
- >Cypress Component Testing</a
- >.
+ <a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
+ recommended IDE setup is
+ <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
+ <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
+ you need to test your components and web pages, check out
+ <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
+ <a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
<br />
<template #heading>Ecosystem</template>
Get official tools and libraries for your project:
- <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
- <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
- <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
- resources, we suggest paying
- <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
+ <a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
+ <a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
+ <a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
+ <a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
+ you need more resources, we suggest paying
+ <a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
a visit.
</WelcomeItem>
<template #heading>Community</template>
Got stuck? Ask your question on
- <a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
- <a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
- You should also subscribe to
- <a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
- <a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
+ <a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
+ Discord server, or
+ <a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
+ >StackOverflow</a
+ >. You should also subscribe to
+ <a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
+ the official
+ <a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
twitter account for latest news in the Vue world.
</WelcomeItem>
As an independent project, Vue relies on community backing for its sustainability. You can help
us by
- <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
+ <a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
</WelcomeItem>
</template>
<h1 class="green">{{ msg }}</h1>
<h3>
You’ve successfully created a project with
- <a target="_blank" href="https://vitejs.dev/">Vite</a> +
- <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
+ <a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
</h3>
</div>
</template>
<template #heading>Documentation</template>
Vue’s
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
provides you with all information you need to get started.
</WelcomeItem>
<template #heading>Tooling</template>
This project is served and bundled with
- <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
- setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
- <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
- your components and web pages, check out
- <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
- <a href="https://on.cypress.io/component" target="_blank"
- >Cypress Component Testing</a
- >.
+ <a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
+ recommended IDE setup is
+ <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
+ <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
+ you need to test your components and web pages, check out
+ <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
+ <a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
<br />
<template #heading>Ecosystem</template>
Get official tools and libraries for your project:
- <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
- <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
- <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
- resources, we suggest paying
- <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
+ <a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
+ <a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
+ <a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
+ <a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
+ you need more resources, we suggest paying
+ <a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
a visit.
</WelcomeItem>
<template #heading>Community</template>
Got stuck? Ask your question on
- <a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
- <a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
- You should also subscribe to
- <a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
- <a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
+ <a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
+ Discord server, or
+ <a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
+ >StackOverflow</a
+ >. You should also subscribe to
+ <a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
+ the official
+ <a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
twitter account for latest news in the Vue world.
</WelcomeItem>
As an independent project, Vue relies on community backing for its sustainability. You can help
us by
- <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
+ <a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
</WelcomeItem>
</template>
<h1 class="green">{{ msg }}</h1>
<h3>
You’ve successfully created a project with
- <a target="_blank" href="https://vitejs.dev/">Vite</a> +
- <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
+ <a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
</h3>
</div>
</template>
<template #heading>Documentation</template>
Vue’s
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
provides you with all information you need to get started.
</WelcomeItem>
<template #heading>Tooling</template>
This project is served and bundled with
- <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
- setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
- <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
- your components and web pages, check out
- <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
- <a href="https://on.cypress.io/component" target="_blank"
- >Cypress Component Testing</a
- >.
+ <a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
+ recommended IDE setup is
+ <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
+ <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
+ you need to test your components and web pages, check out
+ <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
+ <a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
<br />
<template #heading>Ecosystem</template>
Get official tools and libraries for your project:
- <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
- <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
- <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
- resources, we suggest paying
- <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
+ <a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
+ <a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
+ <a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
+ <a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
+ you need more resources, we suggest paying
+ <a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
a visit.
</WelcomeItem>
<template #heading>Community</template>
Got stuck? Ask your question on
- <a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
- <a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
- You should also subscribe to
- <a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
- <a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
+ <a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
+ Discord server, or
+ <a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
+ >StackOverflow</a
+ >. You should also subscribe to
+ <a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
+ the official
+ <a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
twitter account for latest news in the Vue world.
</WelcomeItem>
As an independent project, Vue relies on community backing for its sustainability. You can help
us by
- <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
+ <a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
</WelcomeItem>
</template>
<h1 class="green">{{ msg }}</h1>
<h3>
You’ve successfully created a project with
- <a target="_blank" href="https://vitejs.dev/">Vite</a> +
- <a target="_blank" href="https://vuejs.org/">Vue 3</a>. What's next?
+ <a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>. What's next?
</h3>
</div>
</template>
<template #heading>Documentation</template>
Vue’s
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
+ <a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
provides you with all information you need to get started.
</WelcomeItem>
<template #heading>Tooling</template>
This project is served and bundled with
- <a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
- setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
- <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
- your components and web pages, check out
- <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
- <a href="https://on.cypress.io/component" target="_blank"
- >Cypress Component Testing</a
- >.
+ <a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
+ recommended IDE setup is
+ <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
+ <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
+ you need to test your components and web pages, check out
+ <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
+ <a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
<br />
<template #heading>Ecosystem</template>
Get official tools and libraries for your project:
- <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
- <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
- <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
- resources, we suggest paying
- <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
+ <a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
+ <a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
+ <a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
+ <a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
+ you need more resources, we suggest paying
+ <a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
a visit.
</WelcomeItem>
<template #heading>Community</template>
Got stuck? Ask your question on
- <a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
- <a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
- You should also subscribe to
- <a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
- <a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
+ <a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
+ Discord server, or
+ <a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
+ >StackOverflow</a
+ >. You should also subscribe to
+ <a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
+ the official
+ <a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
twitter account for latest news in the Vue world.
</WelcomeItem>
As an independent project, Vue relies on community backing for its sustainability. You can help
us by
- <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
+ <a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
</WelcomeItem>
</template>