mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# port
 | 
						|
VITE_PORT = 8848
 | 
						|
# title
 | 
						|
VITE_TITLE = vue-pure-admin
 | 
						|
# version
 | 
						|
VITE_VERSION = 2.6.0
 | 
						|
# open
 | 
						|
VITE_OPEN = false
 | 
						|
 | 
						|
# public path
 | 
						|
VITE_PUBLIC_PATH = /
 | 
						|
 | 
						|
# Cross-domain proxy, you can configure multiple
 | 
						|
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]
 |