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

9 lines (8 loc) 180 B
export default [ { name: 'profile', path: '/profile', component: () => import('../views/index.vue'), meta: { is_searchable: true, name: 'profile' } } ]