- Added nuxt.config.ts for project configuration - Created package.json with necessary dependencies and scripts - Added favicon.ico for branding - Included robots.txt for search engine directives - Set up tsconfig.json for TypeScript support
7 lines
87 B
Vue
7 lines
87 B
Vue
<template>
|
|
<div>
|
|
<NuxtRouteAnnouncer />
|
|
<NuxtWelcome />
|
|
</div>
|
|
</template>
|