feat: adding first fake api (use this cmd in fake_data reportory: json-server --watch db.json --port 5000) + fetching witch axios for now (npm install axios)

This commit is contained in:
2025-02-18 07:20:58 +01:00
parent aa5988ce75
commit 651fb2b1a1
4 changed files with 108 additions and 15 deletions

View File

@ -6,12 +6,9 @@ import ErrorWrapper from "@/views/errorWrapper.vue";
<template>
<Header />
<!--<nav>
<RouterLink to="/">Home</RouterLink> |
<RouterLink to="/canvas">Canvas</RouterLink>
</nav>-->
<RouterView />
<RouterView />
</template>