Love it! anyway can you make video for installation laravel 10, vue.js 3, and vuetify 3 in one laravel project?
@almohandsmohammed8541 Жыл бұрын
designed and built the pages in this video clip, but when I open the server, a white screen appears for some reason, and what is the error?
@themuaz1997 Жыл бұрын
same thing happened to me, do you solved it already?
@degamomarkanthony70369 ай бұрын
why npm install vue-loader@next vue@next vue-router@next --force why this is error? what node js version you use?
@afisuyussuf5 ай бұрын
npm install vue@latest vue-loader@latest
@afisuyussuf5 ай бұрын
npm install vue@3.2.20 vue-loader@next
@degamomarkanthony70365 ай бұрын
@@afisuyussuf try it but still did not work
@linusmanuel Жыл бұрын
In my case a had an little issue with router, so on the router/index.js I have had to add export default router; to solve that issue that I told. Now its works as well as its suppose to works.
@Littery-d4x Жыл бұрын
finally... after a few useless tutorials finally some that is good
@BenardKoech Жыл бұрын
good tutorial. I think explaining further on the things and why ant they do will also be good
@eltiopacote Жыл бұрын
Hello friend, if I wanted to compile `npm run prod`, how would I do it? Or to compile a development version without the embedded server, how would I do it? Kind regards
@nguyennhat2777 Жыл бұрын
hi , pls , my error : Uncaught TypeError: Cannot read properties of undefined (reading 'forEach') , file index error : createRouter
@abulhasnattanvir8009 Жыл бұрын
next video plz
@akmaljon2402 Жыл бұрын
good tutorial
@TruongBanana Жыл бұрын
Can u make more videos pls
@muhammadjonsharipov2200 Жыл бұрын
Great, tank you!
@jefersonpn Жыл бұрын
I've done exactly as you but when i get in that part to test the PAGE NOT FOUND it don’t shows me..shows me the standard page 404
@ralphhermes9374 Жыл бұрын
I've had the exact same problem. My solution was to add "AllowOverride All" the the Directory part in the Apache VHOSTS config.
@BegginnerCoder21 Жыл бұрын
the 404 standart error you're encountering comes from laravel, you've probably forgotten or incorrectly defined the route in web.php. the route must be : Route::get('/{pathMatch}', function () { return view('welcome'); })->where('pathMatch','.*');
@TruongBanana Жыл бұрын
where are you :
@devstrain Жыл бұрын
I'm here bro
@TruongBanana Жыл бұрын
@@devstrain then why dont you make more videos about this dude love the way you make