vuejs/v2.vuejs.org

Small wonder

5-seasons opened this issue · 0 comments

Guide>Essentials>Installation>Explanation of Different Builds>Terms>UMD:

UMD: UMD builds can be used directly in the browser via a <script> tag. The default file from jsDelivr CDN at https://cdn.jsdelivr.net/npm/vue@2.6.12 is the Runtime + Compiler UMD build (vue.js).

The last parentheses should indicate the compressed production version(vue.min.js).
The following is a screenshot of the original document.

Terms-UMD