In this tutorial, I am going to create the Hello World project with Vue.js
You can create the HTML file and add the following code to run your first Vue.js project
Hello World ! {{msg}}
In line 5, You can see the script tag with Vue library which is used to make Vue component work.
{{msg}}
=> We call this string interpolation