Can you provide me a guideline to integrate vue version of metronic 8 in laravel 10 using inertia js
Hi,
Thank you for reaching out to us.
Currently, we haven't tried combining our Vue theme with Laravel Inertia. We will check it and consider its potential inclusion in upcoming releases.
Meanwhile, you can find guidance in the tutorial below:
https://medium.com/@laraveltuts/step-by-step-guide-installing-laravel-10-with-inertia-js-and-vue-js-3-71feed21e190
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hello,
I know how to configure inertia, laravel and vue js. But i am not able to integrate vue version of metronic theme in laravel 10. My question is which files and folders i need to move to my laravel project, how to set the path for css and js, etc. Can you please help me with that
Hi
You should be able to reuse most of our Vue components in your Interia project.
Please make sure to install Bootstrap dependency and load our mandatory style files:
@import "assets/sass/plugins";
@import "assets/sass/style";
@import "assets/keenicons/duotone/style.css";
@import "assets/keenicons/outline/style.css";
@import "assets/keenicons/solid/style.css";