标签: vue.js vue-resource vue-cli-3
我有一些使用vue-resource软件包的组件,但是当我尝试运行使用任何导入vue-resource组件的测试时,却遇到了错误。
vue-resource
要重现该错误:
> vue create hello-world > npm install vue-resource 编辑example.spec.js文件以包含import VueResource from 'vue-resource'
> vue create hello-world
> npm install vue-resource
example.spec.js
import VueResource from 'vue-resource'
运行npm run test:unit时,我得到了:
npm run test:unit
我错过了什么吗?