這篇文章主要介紹使用Laravel5.4 進行vuejs組件化測試可能遇到的問題,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
創新互聯建站是一家專注于網站建設、成都網站制作與策劃設計,崇陽網站建設哪家好?創新互聯建站做網站,專注于網站建設10余年,網設計領域的專業建站公司;建站業務涵蓋:崇陽等地區。崇陽做網站價格咨詢:18980820575在使用Laravel5.4 進行vuejs組件化測試時,出現了這樣的錯誤:
vagrant@homestead:~/Code/zhihu-app$ gulp [00:35:03] Using gulpfile ~/Code/zhihu-app/gulpfile.js [00:35:03] Starting 'all'... [00:35:03] Starting 'sass'... [00:35:09] Finished 'sass' after 5.74 s [00:35:09] Starting 'webpack'... { [Error: ./resources/assets/js/components/Example.vue Module parse failed: /home/vagrant/Code/zhihu-app/resources/assets/js/components/Example.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type. | <template> | <div class="container"> | <div class="row"> @ ./resources/assets/js/app.js 17:26-61] message: './resources/assets/js/components/Example.vue\nModule parse failed: /home/vagrant/Code/zhihu-app/resources/assets/js/components/Example.vue Unexpected token (1:0)\nYou may need an appropriate loader to handle this file type.\n| <template>\n| <div class="container">\n| <div class="row">\n @ ./resources/assets/js/app.js 17:26-61', showStack: false, showProperties: true, plugin: 'webpack-stream', __safety: { toString: [Function: bound ] } }
從拋出的錯誤我們可以看到,是未引入 'laravel-elixir-vue-2',
所以,我們需要下載相應的包,然后引入到gulpfile.js文件中。
var elixir = require('laravel-elixir'); require('laravel-elixir-vue-2');// recommended for vue 2 elixir(function(mix) { mix.sass('app.scss') .webpack('app.js'); mix.version(['js/app.js', 'css/app.css']) });
如果出現Error: Cannot find module 'laravel-elixir-vue-2'錯誤,則需要下載laravel-elixir-vue-2:
npm install laravel-elixir-vue-2 --save-dev
有關詳情,請看GitHub laravel-elixir-vue-2(https://github.com/vuejs/laravel-elixir-vue-2)包用法
以上是“使用Laravel5.4 進行vuejs組件化測試可能遇到的問題”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注創新互聯行業資訊頻道!
網站標題:使用Laravel5.4進行vuejs組件化測試可能遇到的問題-創新互聯
標題URL:http://m.newbst.com/article8/jjdip.html
成都網站建設公司_創新互聯,為您提供網站內鏈、企業建站、網站設計、關鍵詞優化、網站營銷、網站排名
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯