0.15 with WordPress
-
Hey guys,
I’m wondering if I can get any help setting up Quasar with WordPress.
I am using the cli for installation.
I’ve successfully set up the framework inside of its own WordPress theme, but the only problem I’m having is that assets (such as images and fonts) cannot be found.
This is because they are trying to locate /img/, /fonts/ , whereas the actual files are located in /wp-content/themes/themename/fonts/.Is there any way I can modify the configuration quasar file to point the build to this location?
-
i dont think its the best idea
. but i would just use the standalone version,
so you dont have to mess with webpack building etc… will probably end up in a big mess -
@max I ended up figuring it out! There were only a few small changes I had to make to the quasar.conf file, otherwise it works perfectly!