cevuel-cli
Version:
Create element-ui project with vue<br/> Help you build a new project faster with configuration and title
105 lines (104 loc) • 2.31 kB
JavaScript
export default [
{
icon: 'el-icon-lx-home',
index: '/index',
title: '首页',
subs: [
{
icon: 'el-icon-lx-home',
index: '/index/dashboard',
title: '首页',
},
{
icon: 'el-icon-lx-cascades',
index: '/index/table',
title: '基础表格'
},
{
icon: 'el-icon-lx-copy',
index: '/index/tabs',
title: 'tab选项卡'
},
// echarts
{
icon: 'el-icon-pie-chart',
index: '/index/charts',
title: 'echart图表'
},
// endecharts
{
icon: 'el-icon-lx-emoji',
index: '/index/icon',
title: '自定义图标'
},
]
},
{
icon: 'el-icon-lx-calendar',
index: '/form',
title: '表单相关',
subs: [
{
index: '/form/index',
title: '基本表单'
},
// mavon-editor
{
index: '3-2',
title: '三级菜单',
subs: [
{
index: '/form/editor',
title: '富文本编辑器'
},
{
index: '/form/markdown',
title: 'markdown编辑器'
}
]
},
// endmavon-editor
{
index: '/form/upload',
title: '文件上传'
}
]
},
{
icon: 'el-icon-rank',
index: '/drag',
title: '拖拽组件',
subs: [
{
index: '/drag/index',
title: '拖拽列表'
},
{
index: '/drag/dialog',
title: '拖拽弹框'
}
]
},
{
icon: 'el-icon-lx-warn',
index: '/permission',
title: '错误处理',
subs: [
{
index: '/permission/index',
title: '权限测试'
},
{
index: '/permission/404',
title: '404页面'
}
]
},
// vue-i18n
{
icon: 'el-icon-lx-warn',
index: '/i18n',
title: '国际化',
}
// endvue-i18n
]