UNPKG

@varlet/cli

Version:
49 lines (47 loc) 764 B
import { defineConfig } from '@varlet/cli' export default defineConfig({ logo: './logo.svg', useMobile: true, pc: { header: { darkMode: null, i18n: null, playground: null, versions: null, }, menu: [ { text: { 'zh-CN': '开发指南', }, type: 1, }, { text: { 'zh-CN': '基本介绍', }, doc: 'home', type: 3, }, { text: { 'zh-CN': '基础组件', }, type: 1, }, { text: { 'zh-CN': 'Button 按钮', }, doc: 'button', type: 2, }, ], }, mobile: { header: { i18n: null, darkMode: null, }, }, })