Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

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:
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";


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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(