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

VueJS metronic 8 theme ?


When buying the metronic 8 themes (60$), should I expect all the themes with different languages and framewokrs that it says it supports ?

I want the vuejs version, but It would be awesome if someone could answer my question before i buy.


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 (5)


Hi,

Thank you for your interest in Metronic.

Yes sure, with your purchase you will get all the framework versions and demos that are shown in the live preview.

Please note that Metronic's different versions, such as HTML, Vue has own preview as can be seen here and in the download package, the same advertised features will be included.

For example, the Demo1 Vue version preview you can check here.

As can be seen in the preview, the Vue features are limited compared to the HTML version features. However, in each update, we try to add more features for Vue and other SPA frameworks as well. Currently, our Vue version serves as a solid starter kit and can be extended further according to project requirements. Also, all HTML features can be reused in the Vue version as those features are globally available in the styles.bundle.css for the Vue version.

Just in case you are not satisfied with Metronic Angular you may request a refund using Themeforest Refund Form. 100% money back is guaranteed.

Regards.



Thank you for your answer as it has been very useful and complete.

But I still have other questions.

When buying the Metronic 8 themes am I gonna have all the demos or only the demo that I clicked on to buy ? Also can you provide me a link on how i can setup the metronic 8 theme on a VueJs application ?

And is there a way I can buy a unlimited license ?



Hi,

With your purchase, you will get all demos and use any demo you like for one end product. You can download other demos from Metronic Downloads by entering your purchase code once. However, if you like to use Metronic for other products or deployments you will need to purchase a separate license.

The unlimited license is not available and according to the Themeforest license terms, each license is limited to a single use.

For more info about using Metronic please check the Theme Documentation
and Video Tutorials

Regards.



Thanks for the fast replies.

I got one last question, before deciding wheter I should buy the theme.

For my vuejs application, Am i going to have to modify the component from the '/components' folder ? Or Is there an alternative way ?

I thought about copy/paste the code of the components to my .vue pages but it's not practical and takes lots of times.

What do you think ?



Hi Ali,

You should be able to copy code from our components or reuse our premade components in your project.

Make sure to include our main style file

@import "assets/sass/plugins";
@import "assets/sass/style";


Also to use our ts components you need to initialize them, check the example in file src/core/plugins/keenthemes.ts.

ThemeModeComponent.init();
setTimeout(() => {
ToggleComponent.bootstrap();
StickyComponent.bootstrap();
MenuComponent.bootstrap();
ScrollComponent.bootstrap();
DrawerComponent.bootstrap();
SwapperComponent.bootstrap();
}, 0);


Other plugin styles and ts initialization depends on the page that you are trying to use, for example, our main chart plugin is apexcharts, to use it you need to initialize plugin with file src/core/plugins/apexcharts.ts and include style file @import "~apexcharts/dist/apexcharts.css";.

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  :(