-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Build admin panel as an extension of kites. #kites-admin
First implement will use React?
Extensions have own their controllers and views for micro frontend.
Example:
Extension({
prefix: 'api/v1', // api route prefix
controllers: [
`./controllers/todo.controller`,
`./controllers/user.controller`,
],
views: [
`./pages/user`,
`./pages/dashboard`
]
})
class TodoExtension {}Output:
- The application publish the API controllers.
- The client can access two generated pages:
UserandDashboard
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels