feat: initialization migration to Nuxt + Backend
This commit initializes both the Nuxt frontend and the Rust backend of the new version of phundrak.com
This commit is contained in:
11
frontend/components/Navbar.vue
Normal file
11
frontend/components/Navbar.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<nav>
|
||||
<!-- Your navbar content here -->
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user