add vue
This commit is contained in:
@@ -5,10 +5,22 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>NASLOV</title>
|
||||
|
||||
<?php if (getenv('DEV')): ?>
|
||||
<script type="module" src="http://localhost:5173/@vite/client"></script>
|
||||
<?php else: ?>
|
||||
<link href='dist/assets/app.css' rel='stylesheet' type='text/css'>
|
||||
<?php endif ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
HELLO WORLD
|
||||
<div id="app"></div>
|
||||
|
||||
<?php if (getenv('DEV')): ?>
|
||||
<script type="module" src="http://localhost:5173/vue/main.js"></script>
|
||||
<?php else: ?>
|
||||
<script type="module" src="dist/app.js"></script>
|
||||
<?php endif ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user