找不到模块“vuetify-loader/lib/plugin"

问题描述:

当我通过 vue-cli3 加载 vuetify 时,我在执行 npm run serve 时收到错误消息,说缺少加载器.

When I load vuetify via the vue-cli3, I get an error when i do npm run serve, saying there is a missing loader.

文档等和搜索变成空白.

Docs etc and searches have come up blank.

这是一个全新的项目,没有加载代码.只需按照 vuetify 站点的说明进行操作即可.

This is a fresh project, no code loaded. Just following the instructions from the vuetify site.

有人可以帮忙吗?

我在通过 官方指南.

添加vuetify后:vue添加vuetify
缺少的步骤是使用以下命令安装新的 npm 依赖项:npm install

After adding vuetify: vue add vuetify
The missing step was installing new npm dependencies with: npm install

后来我运行 npm run serve 并成功启动.
文档有问题!

Later I run npm run serve and it started succesfully.
There is an issue in the documentation!