laravel-vuetify
laravel-vuetify copied to clipboard
No matching rule for vue-loader found.
A fresh installation from this repo didn't work on my Mac.
Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found.
Make sure there is at least one root-level rule that uses vue-loader.
steps to reproduce
- unzip from the zip archive file.
- run
npm install
- run
npm run dev
Any ideas?
https://github.com/vuetifyjs/vuetify-loader/issues/87
Having the same issue here, running 1.4.2. I downgraded to 1.3.1 and was able to compile.
npm install has solved this issue with mine.