DEV Community

Discussion on: A quick introduction to Vue.js

 
adityasridhar profile image
Aditya Sridhar

Awesome :D

Thanks for taking the time to try the code out :)

Thread Thread
 
drozerah profile image
Drozerah • Edited

New feature :)

If you npm run serve the vue project with the terminal, it is opened and works both under IE11 and Chrome... But !

By using Vue UI serve task, the localhost returns a blanck page for both IE11 and Chrome, see the chrome terminal message bellow :

At the same, time the SCRIPT1002 message in IE is back :)

Conclusion :

Trust your terminal first !

Thread Thread
 
adityasridhar profile image
Aditya Sridhar

Interesting. I never tried serve option from the UI.
Directly used the command line. So never came across this issue :)