1👍
✅
It will output to where the project is built/served.
So if you run the serve task of in the Vue CLI UI, it will print in the UI output window.
Or you can run npm run serve
from your own terminal in the project folder, and it will print out in that terminal.
-2👍
You can use console.log and the output will show in the console just like normal jquery or javascript.
Source:stackexchange.com