VUE CLI-3 Project not working on IE-11

I finally ended up with the solution of above issue. To run project on IE-11 version just follow the 2 steps: Install babel-polyfill using command “npm install –save babel-polyfill”. Import babel-polyfill in your main.js or index.js file at the top of above all imported packages. For e.g Here is your main.js file. Note: If you … Read more