[Vuejs]-How to reference app.js in Vue.js with Laravel mix if base URL have sub folder

0👍

You may do so by adding a mix_url configuration option to your application’s config/app.php configuration file:

'mix_url' => env('MIX_ASSET_URL', null)

Reference

Leave a comment