How to customize Admin UI (Dashboard) #2784
Unanswered
megaacheyounes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, The supported ways to customize the Admin UI are covered in this section of the docs: https://docs.vendure.io/guides/extending-the-admin-ui/admin-ui-theming-branding/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Thank you for this amazing project.
I've been trying Vendure and so far it seemed like a great platform, however, I've been trying to customize the Admin UI (Dashboard) as I do not like theme colors and some layouts/components. I wanted to know the best approach to make changes to the UI.
for example, for the login page, I tried editing the complied code in
node_modules/@vendure/admin-ui
and use the commandpatch-package
to apply the changes during deployment, this did work but it seemed inefficient and not ideal.before:
after :
May I know the best approach to modify the Admin UI ? can I move the
admin-ui
out ofnode_modules
, modify the source and include it as a custom plugin? or usepatch-package
as described above? or is there a better approach?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions