Hi all,
I am Luiz França, a software developer from Alfasoft, a company from Lisbon.
We are currently using the Metronic Theme, Vue Version, in one of our projects.
The problem lies in the fact that no one in the team managed to decouple properly the theme's components.
For example, if we try to put any specific component from the theme into the Vue project which we created, we find ourselves lost into an endless importing loop: each component requires other components that requires other libraries and so on. So it does not seems right and it looks like we are forgetting something.
I hope you can tell us what we are missing.
Our license info follows attached.
Sincerely,
Luiz França
Software Developer
California Business Journal offers professional publishing services to help businesses create and share compelling content.
Hi Luiz,
All layout-related vue components must be in src/Layout folder, so to use the layout you need to copy this folder and include the theme main style and bootstrap import.
@import "./core/vendors/plugins/plugins";
import "bootstrap";