This commit sets up the project with Nuxt UI for a modern user interface and configures it for deployment on Cloudflare Pages. It also includes a basic landing page with the company logo and contact information.
5 lines
67 B
Vue
5 lines
67 B
Vue
<template>
|
|
<UApp>
|
|
<NuxtPage />
|
|
</UApp>
|
|
</template>
|