diff --git a/assets/vue/app/domain/manga/presentation/components/MangaList.vue b/assets/vue/app/domain/manga/presentation/components/MangaList.vue
new file mode 100644
index 0000000..bbcb8c5
--- /dev/null
+++ b/assets/vue/app/domain/manga/presentation/components/MangaList.vue
@@ -0,0 +1,67 @@
+
+ {{
+ manga.publicationYear
+ }}
+ {{ manga.description }}
+
+ Added: {{ formatDate(manga.createdAt) }}
+
+
+
{{
+ manga.title
+ }}
+