React -> Vue #6

Merged
DTieman merged 5 commits from vue into developmaunt 2024-09-01 15:11:26 +00:00
4 changed files with 9 additions and 9 deletions
Showing only changes of commit 4e6391b9ea - Show all commits

View File

@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body id="app"></body>
<script type="module" src="/src/main.ts"></script>
<title>Mau Mau!</title>
</head>
<body id="app"></body>
<script type="module" src="/src/main.ts"></script>
</html>

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"dependencies": {
"@mdi/svg": "^7.4.47",

View File

@@ -1,5 +1,5 @@
{
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"private": true,
"type": "module",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 38 KiB