我是Vue和webpack的新手,我很難弄清楚如何導入東西。將引導添加到Vue CLI項目
我創建了一個新的Vue項目,通過vue init
我加引導4 yarn add [email protected]
在main.js我嘗試導入引導和jQuery:
import Vue from 'vue';
import jQuery from 'jquery';
import bootstrap from 'bootstrap';
import App from './App';
import router from './router';
,但我得到:
Uncaught Error: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.
window.jQuery = window.$ = $;
確實不是工作
最後,我在哪裏以及如何加載Sass,使其可用於整個應用程序?
這可能有助於〜http://stackoverflow.com/questions/34120250/error-using-bootstrap-jquery-packages-in-es6-with-browserify – Phil
這太〜https://開頭的github .com/AngularClass/angular2-webpack-starter/issues/696 – Phil
[在使用Browserify的ES6中使用Bootstrap&jQuery包時出現錯誤](http://stackoverflow.com/questions/34120250/error-using-bootstrap-jquery - 包裝在es6-with-browserify) –