web/app/app.vue
Yoga Pangestu 108741d877 feat: initialize Nuxt 4 project with Tailwind CSS and Shadcn components
- 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
2026-07-23 20:41:23 +07:00

7 lines
87 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>