Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • 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:


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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(