Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

Tag: Vue (707)

So I'm generally a backend developer, but I can get away with most things on frontend. Recently I needed to work on a project and to make my life easier I went with the Start theme you created for Bootstrap 5. Unfortunately, integrating it into the Laravel 9/Vue/Vite stack is a general pain because...
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...
Congratulations on the work you are doing.in fact, I would like to integrate one of your HTML themes, either demo2 or demo19, into my laravel8 project while using Jestream Inertia and Vue3.Apparently I can't find any documentation to help me with this. how can i do that?
hello, I'm trying to compile the theme using: yarn servebut it does not work.My node version: v16.16.0Output when running: $ vue-cli-service serve INFO Starting development server...98% after emitting CopyPlugin ERROR Failed to compile with 1 error...
Hi I have been following the documentation to install vue and laravel with metronic here:https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationI have got to the last step "npm run dev"However with what looks most of the vue components I am getting the following error w...
how to add new pages (components) in the LaravelVue version?i want the pages that i add to include the theme elements like the sidebar
That where you can edit or delete that optionImage attached: https://ibb.co/SdgP3W0
Hello I am trying to configure vue 3 with typescript support in laravel along with vite. Kindly Help.i've recently created a new laravel 9 project with keenthemes files but i am unable to successfully configure vite with it. Help!Best Regards,Junaid
Hello , Metronic Vue demo 8 when I want add customer the popup opening and data in some fields are existing , when I click discard the data clear from fields , the issue here when I click The sign of the exit popup and click add customer again , The data that appeared in the popup when adding...
Do you have a laravel/vuejs template (not blade) ?
Hello, I'm trying to build the demo 3 of vue 3 and it doesn't build. Is there any trick or it's a bug?
Sorting did not work in KTDataTable, so I decided to improve it.Here are the specific lines I added or changed in your component:Added two new refs to store the current sort field and sort order:const sortField = ref(props.sortLabel);const sortOrder = ref
How can we download the template code for "Podcast" dashboard and for Vue?
Sample Route: /apps/subscriptions/subscription-listI'd like to use "KDDataTable" to render my data, but in demo they use a static typescript list.const data = ref([ { id: 1, customer: "Emma Smith", status: "Active", color: "success",...
Hi Dev,I have big database system using Laravel, and what is best way to fetch and very fast and best performance show hug datatable related with other tables ,and using table filter and search , So what is your advice from me using Vue.js or Yajra , and why?Thanks and Regards,
Hi,the issue is here https://preview.keenthemes.com/metronic8/vue/demo5/?_ga=2.208797522.1913056374.1650360416-103528003.1650360416#/crafted/modals/forms/new-targetwhen we click on calendar to move between months or pick a different year range ... no matter what calendar is closing. S...
Hi Team , How to optimise performance of vue application .project is metronics8-vue-demo2,url : https://preview.keenthemes.com/metronic8/vue/demo2/?_ga=2.203269783.706534553.1640184084-1824425996.1640184084#/dashboardcurrent metrics :First Contentful Paint : 19.0 sSpeed Index : 19.0...
Hi,I'm using Metronic Vue 3 (demo6 template) and trying to implement (front end) unit tests. However, facing issues running unit tests with babel transform functions.The problem is that I can't run the unit tests with the metronic project (although I already built some unit tests with a vue3...
The id_token that set in local storage becoming null after login and disappear after successfully login, after landing on dashboard and click to another route redirect into login page
After the network request set the initial value of ref formData from onMounted method not working? It printed but step1 component input value was not changed. We are using vue3 templateHow to change input value in this situation?
HelloI am working in a Vue 3 project that uses 8.1.6 Metronics version.I need to display a FullCalendar Component in a "kt-drawer" Component but there is a reactivity issue and it seems that FullCalendar CSS (or maybe FullCalendar options ?) are not reactive so FullCalendar displays in this...