Vuetify Version: 2.2.27
Vue Version: 3.0.0-beta.10
Browsers: Firefox 76.0
OS: Ubuntu undefined
should work
~/shm/t3m master ● npm run serve
> [email protected] serve /dev/shm/t3m
> vue-cli-service serve
INFO Starting development server...
ERROR Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found.
Make sure there is at least one root-level rule that uses vue-loader.
Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found.
Make sure there is at least one root-level rule that uses vue-loader.
at VuetifyLoaderPlugin.apply (/dev/shm/t3m/node_modules/vuetify-loader/lib/plugin.js:29:13)
at webpack (/dev/shm/t3m/node_modules/webpack/lib/webpack.js:51:13)
at serve (/dev/shm/t3m/node_modules/@vue/cli-service/lib/commands/serve.js:162:22)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] serve: `vue-cli-service serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Vuetify 2.x will not work with Vue 3 due to internal changes with Vue 3. You will need to wait for Vuetify 3.x to be able to use Vuetify w/ Vue 3.
You can follow v3 development on our Notion Board
Most helpful comment
Vuetify 2.x will not work with Vue 3 due to internal changes with Vue 3. You will need to wait for Vuetify 3.x to be able to use Vuetify w/ Vue 3.
You can follow v3 development on our Notion Board