Sign in
Log inSign up

Laravel and Vuejs not working

Default profile photo
Anonymous
·Aug 15, 2019

I have a problem with laravel and vuejs the code below is in my resources in test.blade.php, I don't see anything in the internet browsers

<!doctype html>

<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Laravel</title> <!-- Fonts --> <link href="fonts.googleapis.com/css?family=Nunito:200…" rel="stylesheet"> <!-- Style --> </head> <body> <div id="app"> <test></test> </div> <script src="192.168.3.129/js/app.js"></script> </body> </html>