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

Bare Minimum Package - Metronic (HTML)


Hello,

In my dev process, I aim for efficiency in my code. If I wanted my project to, for now, only include the top navigation bar that can be toggled between light and dark. I want to have the absolute bare minimum required for it, and as I figure out what I want to add, I can work my way through the code to build it.

Can you help give me direction so I can set that up? I want to take advantage of SCSS and focus on the HTML templates (I'm doing my own integrations into Laravel). My goal is to take advantage of as much of Bootstrap 5.3 as possible.

Thank you!


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,

You can fully customize the Metronic build and optimize it by removing unused plugins and components as explained here.

You can also use minimum HTML code for your page as per your requirements.

if you need any further help please provide us with more details about your requirements.

Regards.



Hello,

This does get part of the way there, but there are quite a number of dependencies in package.json. I was wondering if there was a list for the minimum of those required. Thank you!



Hi,

If you are using Gulp build please refer to tools/gulp.config.js You can remove all the plugins under build/plugins/global/src/optional. Then you can remove those packages in package.json file as well.

Regards.


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