Nuxt is based on Vue.js and I find their building blocks to be much neater compared to the React based Next.js.
7 lines
103 B
Vue
7 lines
103 B
Vue
<template>
|
|
<NuxtPage />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import "~/assets/global.css";
|
|
</script>
|