feat: add dev module
This commit is contained in:
		
							
								
								
									
										13
									
								
								simple/vite-demo/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								simple/vite-demo/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>Vite Demo</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <h1>Welcome to Vite Demo</h1>
 | 
			
		||||
  <div id="app"></div>
 | 
			
		||||
  <script type="module" src="./src/index.ts"></script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										1
									
								
								simple/vite-demo/src/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								simple/vite-demo/src/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
document.querySelector('#app')!.innerHTML = 'Hello Vite!'
 | 
			
		||||
		Reference in New Issue
	
	Block a user