mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								# port 端口号
							 | 
						||
| 
								 | 
							
								VITE_PORT = 8889
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# open 运行 npm run dev 时自动打开浏览器
							 | 
						||
| 
								 | 
							
								VITE_OPEN = false
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# public path 配置线上环境路径(打包)
							 | 
						||
| 
								 | 
							
								VITE_PUBLIC_PATH = ''
							 |