mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 12:52:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			705 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			705 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  name: '<%= name %>',
 | 
						|
  build: {
 | 
						|
    css: {
 | 
						|
      preprocessor: '<%= preprocessor %>',
 | 
						|
    },
 | 
						|
    site: {
 | 
						|
      publicPath: '/<%= name %>/',
 | 
						|
    },
 | 
						|
  },
 | 
						|
  site: {
 | 
						|
    title: '<%= name %>',
 | 
						|
    logo: 'https://img.yzcdn.cn/vant/logo.png',
 | 
						|
    nav: [
 | 
						|
      {
 | 
						|
        title: '开发指南',
 | 
						|
        items: [
 | 
						|
          {
 | 
						|
            path: 'home',
 | 
						|
            title: '介绍',
 | 
						|
          },
 | 
						|
          {
 | 
						|
            path: 'quickstart',
 | 
						|
            title: '快速上手',
 | 
						|
          },
 | 
						|
        ],
 | 
						|
      },
 | 
						|
      {
 | 
						|
        title: '基础组件',
 | 
						|
        items: [
 | 
						|
          {
 | 
						|
            path: 'demo-button',
 | 
						|
            title: 'DemoButton 按钮',
 | 
						|
          },
 | 
						|
        ],
 | 
						|
      },
 | 
						|
    ],
 | 
						|
  },
 | 
						|
};
 |