feat: gh-pages

This commit is contained in:
xushunfa459 2021-04-01 15:10:28 +08:00
parent 07e396f08a
commit ab73bae673
3 changed files with 19 additions and 3 deletions

View File

@ -5,9 +5,12 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<script type="module" crossorigin src="/dist/assets/index.19958976.js"></script>
<link rel="modulepreload" href="/dist/assets/vendor.48f0ba09.js">
<link rel="stylesheet" href="/dist/assets/index.b9fb4cd6.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>

13
index2.html Normal file
View File

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

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "vite-project",
"name": "vue3-vite",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,