1.Module build failed: Error: ENOENT: no such file or directory, open '包路径\bootstrap-vue\node_modules\core-js\modules\es.array.iterator.js'
2.Error: ENOENT: no such file or directory, open 'D:\ahao\studyPath\bootstrap-vue\node_modules\lodash\lodash.js'
3.VUE中使用BootstrapVue图片b-img标签路径显示不出图片问题
新建 vue.config.js 安装 npm i vue-cli-plugin-bootstrap-vue 配置vue.config.js后重新执行npm run serve
1.安装jquery
2.自己创建一个vue.config.js 用来配置jquery
3.安装Bootstrap和popper.js
4.在项目入口文件夹main.js中配置
--seve开发时依赖
--save-dev运行时依赖
进入脚手架的文件夹目录,在里边用npm安装bootstrap,是自动装在node_modules里边的npm install bootstrap@3.3.0 --save-dev
在main.js里引入就好了了
import 'bootstrap/dist/css/bootstrap.min.css',
import 'bootstrap/dist/css/bootstrap.js
望采纳
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)