# Vue.JS

# How to install

# Using a CDN

The fastest and easiest way is to just include the following code within your HTML. It will load it from a CDN.

<!-- production version from jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/vue"></script>

... or ...

<!-- production version from UNPKG -->
<script src="https://unpkg.com/vue/dist/vue.min.js"></script>