index.html
1<!DOCTYPE html>
2<html lang="ko">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Vite νλ‘μ νΈ μμ </title>
7</head>
8<body>
9 <div id="app">
10 <h1>Vite νλ‘μ νΈ</h1>
11 <p>λΉ λ₯Έ κ°λ° μλ²μ μ΅μ νλ λΉλλ₯Ό μ 곡ν©λλ€.</p>
12 <button id="counter">μΉ΄μ΄ν°: 0</button>
13 </div>
14 <script type="module" src="/src/main.js"></script>
15</body>
16</html>