Home  »  CheatsheetsCodeLibrariesSnippetsTechnologyTools   »   Vue.js CDN Cheatsheet

Vue.js CDN Cheatsheet

Posted: March 10, 2022 | by Michael Bright

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.