I have noticed that the Metronic Vue dashboard does not include an RTL version.
I have seen in some previous questions a method to convert it to an RTL version
(EX: https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8 )
(EX: https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl?_ga=2.144380341.189190982.1692007592-1228141763.1691878128 )
I am using Gulp and have taken the necessary steps to convert it to RTL. The command 'gulp --rtl --demo1' extracted the required asset files.
in (demo1\dist\assets\plugins\global) i found plugins.bundle.rtl file but the style.bundle.rtl.css it is not genarated with files
how can i genarate this file in html version to use it in vue version (style.bundle.rtl.css) ??!
Hi,
Thank you for reaching out to us.
To generate Right-to-Left (RTL) styles, you can refer to the instructions on the Metronic RTL setup page: https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl
Running the command gulp --rtl --demo1 will generate RTL styles in the dist/assets/css folder.
Additionally, you can check out my post about the RTL version setup in React and dynamic direction switch, the post was written for React version but you can reuse the same approach for your Vue project.
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team