Usando vite
This commit is contained in:
parent
aa75e3de79
commit
03475daa99
2 changed files with 2 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ config('app.name', 'Pedidos del MPS') }}</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="{{ mix('css/app.css') }}">
|
||||
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
|
||||
<script src="https://kit.fontawesome.com/9235d1c676.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -15,6 +15,5 @@
|
|||
<app-login></app-login>
|
||||
</form>
|
||||
</div>
|
||||
<script src="{{ mix('js/app.js') }}" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Fonts -->
|
||||
<script src="https://kit.fontawesome.com/9235d1c676.js" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="{{ mix('css/app.css') }}">
|
||||
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
|
||||
@yield('stylesheets')
|
||||
</head>
|
||||
<body class="has-navbar-fixed-top">
|
||||
|
@ -28,8 +28,6 @@
|
|||
@yield('content')
|
||||
</main>
|
||||
</div>
|
||||
<!-- Scripts -->
|
||||
<script src="{{ mix('js/app.js') }}" defer></script>
|
||||
@yield('scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue