mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			724 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			724 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   name: '<%= name %>',
 | |
|   build: {
 | |
|     css: {
 | |
|       preprocessor: '<%= preprocessor %>',
 | |
|     },
 | |
|     site: {
 | |
|       publicPath: '/<%= name %>/',
 | |
|     },
 | |
|   },
 | |
|   site: {
 | |
|     title: '<%= name %>',
 | |
|     logo: 'https://fastly.jsdelivr.net/npm/@vant/assets/logo.png',
 | |
|     nav: [
 | |
|       {
 | |
|         title: '开发指南',
 | |
|         items: [
 | |
|           {
 | |
|             path: 'home',
 | |
|             title: '介绍',
 | |
|           },
 | |
|           {
 | |
|             path: 'quickstart',
 | |
|             title: '快速上手',
 | |
|           },
 | |
|         ],
 | |
|       },
 | |
|       {
 | |
|         title: '基础组件',
 | |
|         items: [
 | |
|           {
 | |
|             path: 'demo-button',
 | |
|             title: 'DemoButton 按钮',
 | |
|           },
 | |
|         ],
 | |
|       },
 | |
|     ],
 | |
|   },
 | |
| };
 |