Now I got the below error while using Vue in the laravel project
Uncaught Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
Great, thank you for the feedback.
In my case, I had the issue this weekend with Laravel + Livewire + Tailwincss (so , no Vue and VueRouter on my side).
We're a place where coders share, stay up-to-date and grow their careers.
Now I got the below error while using Vue in the laravel project
Uncaught Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
After so many research and googling, I realized Laravel mix 6 might be the cause
github.com/JeffreyWay/laravel-mix/...
And the steps to fix the issue are listed here
stackoverflow.com/a/64987618/7874532
hey there
is this means tailwindcss 2 & vue.js not compatible yet?
Great, thank you for the feedback.
In my case, I had the issue this weekend with Laravel + Livewire + Tailwincss (so , no Vue and VueRouter on my side).