Metronic 8 vue version integration in laravel 10 using inertia js
Can you provide me a guideline to integrate vue version of metronic 8 in laravel 10 using inertia js
Replies (3)
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:
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"; Include Keenicon style to use our main icons set:
@import "assets/keenicons/duotone/style.css";
@import "assets/keenicons/outline/style.css";
@import "assets/keenicons/solid/style.css"; Initialize our global typescript component, you can refer to our initialization file in src/core/plugins/keenthemes.ts.
To get more information about file structure, check out our file structure overview docs. https://preview.keenthemes.com/metronic8/vue/docs/getting-started/file-structure
Regards,
Lauris Stepanovs,
Keenthemes Support Team