mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 02:28:03 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const viewGenerator = require('./plop/view/prompt.js')
 | |
| const componentGenerator = require('./plop/component/prompt.js')
 | |
| 
 | |
| module.exports = function (plop) {
 | |
|   plop.setGenerator('view', viewGenerator)
 | |
|   plop.setGenerator('component', componentGenerator)
 | |
| }
 | 
