File tree Expand file tree Collapse file tree 1 file changed +26
-13
lines changed
Expand file tree Collapse file tree 1 file changed +26
-13
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22<html lang =" {{ str_replace (' _' , ' -' , app ()-> getLocale ()) } }" >
3- <head >
4- <meta charset =" utf-8" >
5- <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6- <title >How To Install Vue 3 in Laravel 10 with Vite</title >
7-
8- {{-- @vite('resources/css/app.css') --}}
9- </head >
10- <body >
11- <div id =" app" ></div >
12-
13- @vite (' resources/js/app.js' )
14- </body >
15- </html >
3+ <head >
4+ <meta charset =" utf-8" >
5+ <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6+
7+ <title >Home</title >
8+
9+ <!-- Fonts -->
10+ <link rel =" preconnect" href =" https://fonts.bunny.net" >
11+ <link href =" https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel =" stylesheet" />
12+
13+ <!-- Css, links -->
14+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
15+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity =" sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin =" anonymous" referrerpolicy =" no-referrer" />
16+
17+ <!-- Styles / Scripts -->
18+ @if (file_exists (public_path (' build/manifest.json' )) || file_exists (public_path (' hot' )) )
19+ @vite ([' resources/css/app.css' , ' resources/js/app.js' ] )
20+ @else
21+ <style >
22+ </style >
23+ @endif
24+ </head >
25+ <body >
26+ <div id =" app" ></div >
27+ </body >
28+ </html >
You can’t perform that action at this time.
0 commit comments