UNPKG

wakeb-starter-cli

Version:

A powerful CLI tool for generating CRUD modules, common modules, and components with Vue 3 form schemas, featuring intelligent field detection and automatic schema generation

11 lines (10 loc) 206 B
export default [ { name: 'general-settings', path: '/settings/general-settings', component: () => import('../views/index.vue'), meta: { name: 'sidebar.general' } } ]