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

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


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