问题:

在学习vue的过程中出现了这个问题,说明VueResource模块没有安装。

解决方法:

打开终端,进入当前项目所在目录,输入指令

npm install vue-resource --save

然后等待安装,安装好了以后在main.js中引用(下图红色框中代码)

Module not found: Error: Can't resolve ' vue-resource'

 

相关文章:

  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2021-07-09
  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案