<scriptsetuplang="ts">importHelloWorldfrom'./components/HelloWorld.vue'importTheWelcomefrom'./components/TheWelcome.vue'</script><template><header><imgalt="Vue logo"class="logo"src="./assets/logo.svg"width="125"height="125"/><divclass="wrapper"><HelloWorldmsg="You did it!"/></div></header><main><TheWelcome/></main></template><stylescoped>header{line-height:1.5;}.logo{display:block;margin:0auto2rem;}@media(min-width:1024px){header{display:flex;place-items:center;padding-right:calc(var(--section-gap)/2);}.logo{margin:02rem00;}header.wrapper{display:flex;place-items:flex-start;flex-wrap:wrap;}}</style>
<scriptsetuplang="ts">defineProps<{msg:string}>()</script><template><divclass="greetings"><h1class="green">{{ msg }}</h1><h3> You’ve successfully created a project with
<ahref="https://vitejs.dev/"target="_blank"rel="noopener">Vite</a> +
<ahref="https://vuejs.org/"target="_blank"rel="noopener">Vue 3</a>.
</h3></div></template><stylescoped>h1{font-weight:500;font-size:2.6rem;position:relative;top:-10px;}h3{font-size:1.2rem;}.greetingsh1,.greetingsh3{text-align:center;}@media(min-width:1024px){.greetingsh1,.greetingsh3{text-align:left;}}</style>
<scriptsetuplang="ts">importWelcomeItemfrom'./WelcomeItem.vue'importDocumentationIconfrom'./icons/IconDocumentation.vue'importToolingIconfrom'./icons/IconTooling.vue'importEcosystemIconfrom'./icons/IconEcosystem.vue'importCommunityIconfrom'./icons/IconCommunity.vue'importSupportIconfrom'./icons/IconSupport.vue'</script><template><WelcomeItem><template#icon><DocumentationIcon/></template><template#heading>Documentation</template> Vue’s
<ahref="https://vuejs.org/"target="_blank"rel="noopener">official documentation</a> provides you with all information you need to get started.
</WelcomeItem><WelcomeItem><template#icon><ToolingIcon/></template><template#heading>Tooling</template> This project is served and bundled with
<ahref="https://vitejs.dev/guide/features.html"target="_blank"rel="noopener">Vite</a>. The
recommended IDE setup is
<ahref="https://code.visualstudio.com/"target="_blank"rel="noopener">VSCode</a> +
<ahref="https://github.com/johnsoncodehk/volar"target="_blank"rel="noopener">Volar</a>. If
you need to test your components and web pages, check out
<ahref="https://www.cypress.io/"target="_blank"rel="noopener">Cypress</a> and
<ahref="https://on.cypress.io/component"target="_blank"rel="noopener">Cypress Component Testing</a>.
<br/> More instructions are available in <code>README.md</code>.
</WelcomeItem><WelcomeItem><template#icon><EcosystemIcon/></template><template#heading>Ecosystem</template> Get official tools and libraries for your project:
<ahref="https://pinia.vuejs.org/"target="_blank"rel="noopener">Pinia</a>,
<ahref="https://router.vuejs.org/"target="_blank"rel="noopener">Vue Router</a>,
<ahref="https://test-utils.vuejs.org/"target="_blank"rel="noopener">Vue Test Utils</a>, and
<ahref="https://github.com/vuejs/devtools"target="_blank"rel="noopener">Vue Dev Tools</a>. If
you need more resources, we suggest paying
<ahref="https://github.com/vuejs/awesome-vue"target="_blank"rel="noopener">Awesome Vue</a> a visit.
</WelcomeItem><WelcomeItem><template#icon><CommunityIcon/></template><template#heading>Community</template> Got stuck? Ask your question on
<ahref="https://chat.vuejs.org"target="_blank"rel="noopener">Vue Land</a>, our official
Discord server, or
<ahref="https://stackoverflow.com/questions/tagged/vue.js"target="_blank"rel="noopener">StackOverflow</a>. You should also subscribe to
<ahref="https://news.vuejs.org"target="_blank"rel="noopener">our mailing list</a> and follow
the official
<ahref="https://twitter.com/vuejs"target="_blank"rel="noopener">@vuejs</a> twitter account for latest news in the Vue world.
</WelcomeItem><WelcomeItem><template#icon><SupportIcon/></template><template#heading>Support Vue</template> As an independent project, Vue relies on community backing for its sustainability. You can help
us by
<ahref="https://vuejs.org/sponsor/"target="_blank"rel="noopener">becoming a sponsor</a>.
</WelcomeItem></template>
<scriptsetuplang="ts">importWelcomeItemfrom'./WelcomeItem.vue'importDocumentationIconfrom'./icons/IconDocumentation.vue'importToolingIconfrom'./icons/IconTooling.vue'importEcosystemIconfrom'./icons/IconEcosystem.vue'importCommunityIconfrom'./icons/IconCommunity.vue'importSupportIconfrom'./icons/IconSupport.vue'</script><template><WelcomeItem><template#icon><DocumentationIcon/></template><template#heading>Documentation</template> Vue’s
<ahref="https://vuejs.org/"target="_blank"rel="noopener">official documentation</a> provides you with all information you need to get started.
</WelcomeItem><WelcomeItem><template#icon><ToolingIcon/></template><template#heading>Tooling</template> This project is served and bundled with
<ahref="https://vitejs.dev/guide/features.html"target="_blank"rel="noopener">Vite</a>. The
recommended IDE setup is
<ahref="https://code.visualstudio.com/"target="_blank"rel="noopener">VSCode</a> +
<ahref="https://github.com/johnsoncodehk/volar"target="_blank"rel="noopener">Volar</a>. If
you need to test your components and web pages, check out
<ahref="https://www.cypress.io/"target="_blank"rel="noopener">Cypress</a> and
<ahref="https://on.cypress.io/component"target="_blank"rel="noopener">Cypress Component Testing</a>.
<br/> More instructions are available in <code>README.md</code>.
</WelcomeItem><WelcomeItem><template#icon><EcosystemIcon/></template><template#heading>Ecosystem</template> Get official tools and libraries for your project:
<ahref="https://pinia.vuejs.org/"target="_blank"rel="noopener">Pinia</a>,
<ahref="https://router.vuejs.org/"target="_blank"rel="noopener">Vue Router</a>,
<ahref="https://test-utils.vuejs.org/"target="_blank"rel="noopener">Vue Test Utils</a>, and
<ahref="https://github.com/vuejs/devtools"target="_blank"rel="noopener">Vue Dev Tools</a>. If
you need more resources, we suggest paying
<ahref="https://github.com/vuejs/awesome-vue"target="_blank"rel="noopener">Awesome Vue</a> a visit.
</WelcomeItem><WelcomeItem><template#icon><CommunityIcon/></template><template#heading>Community</template> Got stuck? Ask your question on
<ahref="https://chat.vuejs.org"target="_blank"rel="noopener">Vue Land</a>, our official
Discord server, or
<ahref="https://stackoverflow.com/questions/tagged/vue.js"target="_blank"rel="noopener">StackOverflow</a>. You should also subscribe to
<ahref="https://news.vuejs.org"target="_blank"rel="noopener">our mailing list</a> and follow
the official
<ahref="https://twitter.com/vuejs"target="_blank"rel="noopener">@vuejs</a> twitter account for latest news in the Vue world.
</WelcomeItem><WelcomeItem><template#icon><SupportIcon/></template><template#heading>Support Vue</template> As an independent project, Vue relies on community backing for its sustainability. You can help
us by
<ahref="https://vuejs.org/sponsor/"target="_blank"rel="noopener">becoming a sponsor</a>.
</WelcomeItem></template>