backend api, swagger, tooling, frontend skeleton
This commit is contained in:
6
frontend/pages/objets/[id].vue
Normal file
6
frontend/pages/objets/[id].vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<main class="container">
|
||||
<h1>Fiche objet</h1>
|
||||
<p>Detail a connecter a l'API.</p>
|
||||
</main>
|
||||
</template>
|
||||
6
frontend/pages/objets/index.vue
Normal file
6
frontend/pages/objets/index.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<main class="container">
|
||||
<h1>Objets</h1>
|
||||
<p>Liste a connecter a l'API.</p>
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user