mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 21:02:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env sh
 | 
						|
vant-cli build-site
 | 
						|
 | 
						|
superman-cdn /vant ./site/*.js
 | 
						|
 | 
						|
rm -rf site/*.js
 | 
						|
 | 
						|
gh-pages -d site --add --dest next
 |