Vue JS

ERROR vue-template-compiler must be installed as a peer dependency

Hello Friends! 🙏, today while I was working on How to setup a Vue JS v3 project from scratch (without Vue CLI) (Including SFC’s & Vue Router v4), When I compiled the App, I got below error ❗. As error has already pointed the issue is at vue-loader, I went through the documentation and every thing …

ERROR vue-template-compiler must be installed as a peer dependency Read More »

WARN export ‘default’ (imported as ‘Vue’) was not found in ‘vue’

Hello Friends! 🙏, today while I was working on How to setup a Vue JS v3 project from scratch (without Vue CLI) (Including SFC’s & Vue Router v4), When I compiled the App, I got below warning ⚠. So checked the way I have imported the Vue, it’s like: Now after doing some research 🔍😁, …

WARN export ‘default’ (imported as ‘Vue’) was not found in ‘vue’ Read More »