laravel-vue

Laravel Vue You may need an appropriate loader to handle this file type,

人走茶凉 提交于 2021-02-02 08:47:25
问题 fresh Laravel installation on compiling files using npm run dev VUE file error "You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file" Laravel Verion : "^8.12" Package.json "devDependencies": { "axios": "^0.21", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "vue": "^2.5.17", "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.10" } blade file <div id="app"> <hello></hello> </div> <script src="{{mix('js/app.js')}}"></script>