Installation — Vue.js
v2.vuejs.org › v2 › guideFeb 07, 2010 · import Vue from 'https://cdn.jsdelivr.net/npm/vue@2.7.10/dist/vue.esm.browser.js'. </script>. You can browse the source of the NPM package at cdn.jsdelivr.net/npm/vue. Vue is also available on unpkg and cdnjs (cdnjs takes some time to sync so the latest release may not be available yet).
Installation - vue.js
v1.vuejs.org › guide › installationInstallation Standalone. Simply download and include with a script tag. Vue will be registered as a global variable. Pro tip: don’t... NPM. NPM is the recommended installation method when building large scale apps with Vue.js. It pairs nicely with a... CLI. Vue.js provides an official CLI for ...
Installation | Vue CLI
cli.vuejs.org › guide › installationTo install the new package, use one of the following commands. You need administrator privileges to execute these unless npm was installed on your system through a Node.js version manager (e.g. n or nvm). npm install -g @vue/cli # OR yarn global add @vue/cli After installation, you will have access to the vue binary in your command line.