@vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree
运行项目的时候,首先会提示要安装@vue/compiler-sfc 但是安装后运行项目成功但是页面是空白并且报错__VUE_HMR_RUNTIME__ is not defined摸索了半天 查看到package.json依赖文件 没有vue-loader手动添加vue-loader重新cnpm install 运行vue run serve 启动成功...
·
运行项目的时候,首先会提示要安装@vue/compiler-sfc 但是安装后运行项目成功但是页面是空白并且报错
__VUE_HMR_RUNTIME__ is not defined
摸索了半天 查看到package.json依赖文件 没有vue-loader
手动添加vue-loader
重新cnpm install 运行vue run serve 启动成功
更多推荐
已为社区贡献1条内容
所有评论(0)