feat: setup Tailwind CSS and initial routing structure
Configure @tailwindcss/vite in Nuxt config Add default layout and main CSS file Create initial index and login pages Replace default Nuxt welcome screen with page routing
This commit is contained in:
13
app/pages/login/index.vue
Normal file
13
app/pages/login/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user