Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

alvinmrdv's avatar

Why my app.js not showing in welcome.blade (Laravel 9 & Vue JS)

@vite('resources/js/app.js')

My App.vue

import addItemForm from './addItemForm.vue'; import listView from './listView.vue'; import AddItemForm from './addItemForm.vue'; import AddItemForm1 from './addItemForm.vue'; import ListView from './listView.vue'; export default { components: { addItemForm, listView, AddItemForm }, };

Todo List

.todoListContainer { width: 350px; margin: auto; } #title { text-align: center; } .heading { background-color: #e6e6e6; padding: 10px; }
0 likes
6 replies
gych's avatar

@devjericho If you need help, you can always create a new thread about the issue you're having.

Please or to participate in this conversation.