Hi,
I'd like to play with this version and check possibility to migrate from 8.1.4
This version is a little bit different.
I manage to run it
1. disabling "Typescript and JavaScript Features" - in vsCode
2. disable Vetur - in vsCode
3. install Volar - in vsCode
4. install TypeScript Vue Plugin Volar
application starts at localhost:port/metronic8/vue/demo5
when I change "base" in vite.config.ts some small issues occurs:
1. on login screen error with background GET http://media/misc/auth-bg.png net::ERR_NAME_NOT_RESOLVED
2. after login on each site e.g. index.js:168 GET http://media/icons/duotune/general/gen024.svg net::ERR_NAME_NOT_RESOLVED
Can you please give an advise how to change base_url without anything, just http://localhost:port/
regards Krystian
very good,I also meet this problem,Thanks
Hi Krystian,
Updating a base
property in vite.config.ts is right way how to change app url.
This missing error appears because path isn't set correctly. To fix this errors you can just change path from /media/misc/auth-bg.png
to media/misc/auth-bg.png
in file src/layouts/AuthLayout.vue.
Regards,
Lauris Stepanovs,
Keenthemes Support Team