4. Using NPM
if you have any existing app and you want to use vue in it then you can go with npm installation of vuejs.
Use the following command to install the Vue.js using the npm package
npm install vue
npm install vueNOTE: Don't use this method if you are not yet familiar with Node.js-based build tools.