直接上步骤:

1、通过命令,进入到当前项目所在目录

Vue项目中引用vue-resource步骤

 

2、输入以下命令npm install vue-resource --save

Vue项目中引用vue-resource步骤

 

3、安装完毕后,在main.js中导入,如下:

1 import VueResource from 'vue-resource'
2 
3 Vue.use(VueResource)

 

 这样就可以了

 

相关文章:

  • 2021-08-27
  • 2021-07-03
  • 2021-11-26
  • 2021-06-01
  • 2022-02-18
  • 2021-07-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-25
  • 2021-06-24
  • 2022-12-23
  • 2021-05-04
  • 2021-12-20
  • 2021-05-14
相关资源
相似解决方案