Hi,
The I have followed the vuejs instruction in detail but get so many errors.
Example per the instruction the location of these files are wrong
//////////////////////////////////////////////////////
// Main style
@import "./assets/css/styles.css";
// Keenicons
@import "./assets/static/fonts/keenicons/duotone/style.css";
@import "./assets/static/fonts/keenicons/outline/style.css";
@import "./assets/static/fonts/keenicons/solid/style.css";
/////////////////////////////////////////////////////
Could it be possible for you to generate a demo that we can reuse?
Many thanks
Hi,
Sorry for the delay in reply.
We were revising our documentation and found a few issues and missing steps, we are planning to release a doc update by tomorrow with the latest fixes.
Here are the correct style file paths:
@import "./theme/vendors/keenicons/outline/style.css";
@import "./theme/vendors/keenicons/solid/style.css";
@import "./theme/vendors/keenicons/filled/style.css";
@import "./theme/css/styles.css";Hi ,
Many thanks for coming back with a response.
I have tried the new updates and still have any errors.
Also some minor errors with the instructions
'&&'
/////////////
npm install @popperjs/core && npm install --D tailwindcss postcss autoprefixer mini-svg-data-uri postcss-import postcss-loader postcss-nesting postcss-preset-env
//////
I think it will be easier to just generate the templates for vue, angular and react so users can download.
Going thru the comments, many people have similar issues like i do.
Thanks
Hi,
This problem is fixed already, instead of && you should use &&. Please see the updated docs here.
Let us know if you have further questions regarding our guide or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team