Initial commit
This commit is contained in:
6
app/app.vue
Normal file
6
app/app.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<NuxtRouteAnnouncer />
|
||||
<NuxtWelcome />
|
||||
</div>
|
||||
</template>
|
||||
7
app/assets/css/main.css
Normal file
7
app/assets/css/main.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui";
|
||||
|
||||
|
||||
* {
|
||||
font-family: Roboto, sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user