flask +vue build

This commit is contained in:
dockermen
2025-04-08 16:20:43 +08:00
parent 23616afd16
commit c61f09393a
6 changed files with 68 additions and 12 deletions

View File

@ -1,8 +1,15 @@
<html>
<head>
<title> Hello World </title>
</head>
<body>
<h1> Hello World </h1>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/static/assets/index-i7anWEo5.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-BGnqF1DV.css">
</head>
<body>
<div id="app"></div>
</body>
</html>