I don't want to use the Vue3 version.
Instead I want to simply create a vue3 project form scratch and just import the theme...
I tried several ways, but could get it to work.
What would be the basic setup to simply have the metronic theme on an newly and clean vue3 project.
Thank you,
AP
Hi,
Thank you for reaching out to us.
If you don't want to use the entire Vue version as a starting point, you can pick and choose specific theme elements to add to your project.
The necessary styles are located in demo1/src/assets/sass. To include them in your project, import the style files from this folder into src/App.vue as shown below:
@import "assets/sass/plugins";
@import "assets/sass/style";
@import "assets/keenicons/duotone/style.css";
@import "assets/keenicons/outline/style.css";
@import "assets/keenicons/solid/style.css";
Thank you for your reply,
But its not working... a lot of dependencies ar missing and those paths are not correct..
Could you send me a zip file with a blank working project for me to check?
Regards,
AP
Hi,
Are you getting any error messages?
Regards,
Lauris Stepanovs,
Keenthemes Support Team