9fbbce07e0
- nuxt.config.ts with compatibilityVersion 4, SSR, 6 modules - app/app.vue and app/pages/index.vue minimal setup - pnpm as package manager with all dependencies installed - TypeScript strict mode enabled - .gitignore updated for Nuxt (.nuxt, .output, .env) - tsconfig.json extends .nuxt/tsconfig.json
7 lines
107 B
Vue
7 lines
107 B
Vue
<template>
|
|
<div>
|
|
<h1>Portfolio Killian Dalcin</h1>
|
|
<p>Nuxt 4 Foundation</p>
|
|
</div>
|
|
</template>
|