We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
controllers
views
Example:
Extension({ prefix: 'api/v1', // api route prefix controllers: [ `./controllers/todo.controller`, `./controllers/user.controller`, ], views: [ `./pages/user`, `./pages/dashboard` ] }) class TodoExtension {}
Output:
User
Dashboard
The text was updated successfully, but these errors were encountered:
A plugin is an extension which implements both server and client side.
Sorry, something went wrong.
No branches or pull requests
Build admin panel as an extension of kites. #kites-admin
First implement will use React?
Extensions have own their
controllers
andviews
for micro frontend.Example:
Output:
User
andDashboard
The text was updated successfully, but these errors were encountered: