Full-Stack Web Development with Vue.js and Node

(singke) #1
Building the Real Application Chapter 5

This will start your application. The default port of the Vue.js application is 8080. As you
can see in your Terminal, it should say:


Go to the browser and open the URL http://localhost:8080/#/, and we should be


able to see our application:


Great job! That was super easy. You have successfully created and run a Vue.js application.

Free download pdf