New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Tag: Vue (713)

Hi,I am following the steps in your documentation for Vue at:https://preview.keenthemes.com/metronic8/vue/docs/getting-started/setup-theme-skeletonIn steps 2 & 3 all paths/filenames are incorrect. (e.g. they dont exist). Please can you advise the correct locations etc. Thank you.
I have a menu dropdown which does not work at first. but then we if change the nested route or change refresh that page then it start to worksThis is the URL from demo Previewhttps://preview.keenthemes.com/metronic8/demo1/pages/user-profile/overview.htmlIssue is with the 3 dots buttons n...
I tried both laravel docs as well github updated repo but both are failedgithub repo just used pre compiled bundles but when i switch to vite version getting broken layout and js error. the problem inside the src. kindly fix it as soon as possible.
I would like to setup this metronic_html_v8.2.9_demo7 on top of a fresh Laravel v12 Inertia - Vue3. Have been struggling for a week now. I did try referring to online documentation, checking out Laravel Demo (which I see was created using Livewire) while I am looking for Inertia-vue. The project tha...
Hi I'm using metronic vue demo 1,I created a modal to handle creating and updating data, when updating the data should appear in the text fields so the user can change it, but that didn't work for me. I have tried multiple tricks, her is my code
Hi,I'm trying to add a select field with the FIeld component of the vee-validate library, but it keeps displaying a simple select field.I added these attributes on the Field component: class="form-select form-select-solid" data-control="select2" data-hide-search="true" as="select"
Hi team,First of all ; thank you for the great work. Metronic is the best.I can found scss for fslightbox but no js or ts.Can you help me adding it ? Best regards
Hi,the vue js header (Navbar) has default a white background. Is there a setting value so that the navbar is like in the html version (transparent bg and on scroll white?
Hi, after upgrading my app to 8.1.7 to be served from Vite, I get around 300 errors when I try to build - but no errors when I use npm run dev. Something most have changed radically, with the new build motor going from Webpack to esbuild with Vite - I understand that, but it's quite useless to n...
I am trying to integrate Metronic theme with Laravel and Inertia js, I could not figure it out. Because Metronic Vue theme is using Vue router and others things. Those are not required for Laravel and Inertia js. Can you suggest how to convert Metronic Vue theme for Laravel and Inertia js?
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
I have the Metronic theme, I disassembled its HTML version and molded it into VUE component format, putting all the JS scripts in the main index.html file. Then I created a view with the HTML code and components for the menu, footer, and sidebar loading the rest and being called within that view. Pe...
Hello. I am using VueJs Demo 1, I want to use this support and tutorials section that you have in html: https://preview.keenthemes.com/metronic8/demo1/apps/support-center/tutorials/list.html1- Do you have this section available in a version for Vue JS? I only found it in html version.2- Can...
I'm running some tests on Metronic Demo 5 Vue (the Q&A site), and want to configure it to use our OIDC authentication server (Keycloak) for authentication. I've removed the code that pops up the stock login page and replaced it with the Keycloak configuration code. That piece works as expected. W...
Hi,do have any roadmap for Vue Demo 5 or Vue basically?I'm at the begining of creating application with Metronic and switching from 8.0.38 to 8.1.1 is not a problem ... I will just start from scratch. I want dark/light theme up and running ... thanks.But my question is about the updates road...
Please add Metronic VUE JS with Inertia JS For Laravel Project Integration with documentation to your top priority list.Thanks
Can you provide me a guideline to integrate vue version of metronic 8 in laravel 10 using inertia js
I have a suggestion, Please collaborate with Web Developer Youtubers like Laravel Daily, Bitfumes etc. So that they can create up to date video tutorials on how to integrate Metronic Template with different web technologies like Laravel, Vue JS, Inertia etc.. and Tutoria...
Hello,How I can use offcanvas-mobile in Metronic, please?
I have tried to setup the backend Laravel for Metronic vue, but it cannot fully login because it can't verify the token. It is getting a 404 on http://127.0.0.1:8000/api/verify_tokenI checked the Laravel code, and there is no reference whatsoever to verify_token.