Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Laravel Mix V6

Muah edited this page Dec 25, 2020 · 9 revisions

the new mix requires some extra setup to make things work especially that we are now using wp v5, so

// instead of
window.Vue = require('vue')

// use 
import Vue from 'vue'
  • under webpack.mix.js, add vue()
mix.js('resources/assets/js/app.js', 'public/js').vue()
Clone this wiki locally