Files
agentic-coding-workflow/web/src/App.vue
T

10 lines
282 B
Vue

<template>
<div class="min-h-screen flex items-center justify-center">
<p class="text-lg">Agent Coding Workflow scaffolding ready.</p>
</div>
</template>
<script setup lang="ts">
// 占位组件:I5 接入 router 后改写为 RouterView + NConfigProvider。
</script>