DEV Community

Discussion on: Using Vue in WordPress

Collapse
 
workingwebsites profile image
Lisa Armstrong

You should be able to import the Axios and Quasar files the same way you imported the Vue files by using wp_enqueue_script.

Try using the same code in the tutorial for enque-ing the scripts, only with the proper path, and change the name of the function and handle (first variable in enque)

developer.wordpress.org/themes/bas...

Tr