Answer the question
In order to leave comments, you need to log in
Vue not rendering page to browser?
Compilation was successful but nothing is displayed in the browser window
Answer the question
In order to leave comments, you need to log in
I have a suspicion that you have built the project, and you are trying to open index.html just in the browser directly, the magic is that you need to run this index.html in conjunction with the server, node.js (express), etc. or through a local web server for Windows Open Server.
Lesson on Open Server . In short, you need to create a folder in the installed Open Server, along this path OSPanel\domains\vue.loc , drop index.html and app.js there. In the Open Server settings, add the domain name - vue.loc, specify the folder for the domain (I have it D:\devOpenServer\OSPanel\domains\vue.loc ) >> click add >> click save. After restarting the Open Server, go to the browser at vue.loc
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question