Vue.js CDN for the always latest version.
<script src="https://unpkg.com/vue@next"></script>
Alternates.
For development:
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
For production:
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.