Proyecto base limpio para mapa

This commit is contained in:
María
2025-10-31 15:06:17 +01:00
commit c75ce93f15
87 changed files with 13269 additions and 0 deletions

15
pages/index.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
<h1>Welcome to Bravioo MapBox</h1>
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>