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

There's a version default? without components?


Hi!

There's a version that's "clean" or we need to manually cleanup components that we dont need?


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,

We do not have a clean version at the moment. You can refer to this post to learn how to reduce the bundle css/js size.

Regards.



I had the following error in the second process of Setup skeleton for vue:
Module not found: Error: Can't resolve '@/layout-newLayout.vue' in '****'

and look like the "Setup skeleton" in the docs are out of date.

the components menu.vue had changed names, but i got it.

but this layout-newLayout.vue i can't figure it out. Can you help me?



Hi Felipe,

We checked our doc, it is an issue related to router/clean.ts file, we already fixed this issue, fix will be available in the next Metronic v8.1.3 release.

For now, as a temporary solution, you can update layout file import in router/clean.ts.

Replace path

component: () => import("@/layout-newLayout.vue"),

with

component: () => import("@/layouts/main-layout/MainLayout.vue"),


Also, you might have problems with auth component imports to fix these you can refer to the main router/index.ts files.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Hi Lauris, how are you?

Thanks, i already fixed that, i'm looking for a component that have cards to make a kanban style page, any suggestions? i don't even know if i can ask this here.


Suggestion: Please add a search input for the docs. 👀



Hi,

Unfortunately, right now in our vue version, we do not have components for kanban style pages.

You can achieve kanban functionality by using a vue3-draggable plugin.
https://www.npmjs.com/package/vue3-draggable

Thank you for the suggestion! We will consider adding a search input field for our docs in upcoming releases.

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