How to check Vue js version

There are few ways to check vue js version:

  1. npm v vue run this on the terminal
  2. Check package.json, code will be something like this
"dependencies": {     "core-js": "^3.6.5",     "vue": "^2.6.11"   },

If you have vue dev tools installed then go to the Vue tab and you should be able to see the version there