关于vue报错This relative module was not found: * ./assets/css/bootstrap.min.css in ./src/main.js

关于vue报错This relative module was not found: * ./assets/css/bootstrap.min.css in ./src/main.js_第1张图片

当我将我的vue项目更换目录提交后报出了这个错误,想起了vue引入jquery和bootstrap时的问题。
所以我尝试着重新执行了引入jquery和bootstrap,步骤如下:
关于vue报错This relative module was not found: * ./assets/css/bootstrap.min.css in ./src/main.js_第2张图片
关于vue报错This relative module was not found: * ./assets/css/bootstrap.min.css in ./src/main.js_第3张图片
也就是分别执行了:
cnpm install jquery –save-dev
cnpm install style-loader –save-dev
cnpm install css-loader –save-dev
cnpm install stylus-loader –save-dev
cnpm install file-loader –save-dev
之后项目便可以跑起来了。

你可能感兴趣的:(关于vue报错This relative module was not found: * ./assets/css/bootstrap.min.css in ./src/main.js)