mirror of
https://github.com/seigler/vue-hello-world
synced 2025-07-25 23:36:10 +00:00
11 lines
209 B
HTML
11 lines
209 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>vue-hello-world</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/dist/build.js"></script>
|
|
</body>
|
|
</html>
|