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

12 lines (11 loc) 212 B
export default [ { path: '/activity', name: 'activity', component: () => import('../views/index.vue'), meta: { is_searchable: true, name: 'sidebar.activities' } } ]