使用vue脚手架创建Vue项目并引入bootstrap-vue

使用vue脚手架创建Vue项目并引入bootstrap-vue,第1张

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

望采纳


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11221325.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-14
下一篇 2023-05-14

发表评论

登录后才能评论

评论列表(0条)

保存