You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +84,7 @@ Vue provides an [official CLI](https://github.com/vuejs/vue-cli) for quickly sca
84
84
85
85
## Explanation of Different Builds
86
86
87
-
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/[email protected].8/dist/) you will find many different builds of Vue.js. Here's an overview of the difference between them:
87
+
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/[email protected].14/dist/) you will find many different builds of Vue.js. Here's an overview of the difference between them:
88
88
89
89
|| UMD | CommonJS | ES Module (for bundlers) | ES Module (for browsers) |
90
90
| --- | --- | --- | --- | --- |
@@ -101,7 +101,7 @@ In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/vue@2
101
101
102
102
-**Runtime**: code that is responsible for creating Vue instances, rendering and patching virtual DOM, etc. Basically everything minus the compiler.
103
103
104
-
-**[UMD](https://github.com/umdjs/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/[email protected].8](https://cdn.jsdelivr.net/npm/[email protected].8) is the Runtime + Compiler UMD build (`vue.js`).
104
+
-**[UMD](https://github.com/umdjs/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/[email protected].14](https://cdn.jsdelivr.net/npm/[email protected].14) is the Runtime + Compiler UMD build (`vue.js`).
105
105
106
106
-**[CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1)**: CommonJS builds are intended for use with older bundlers like [browserify](http://browserify.org/) or [webpack 1](https://webpack.github.io). The default file for these bundlers (`pkg.main`) is the Runtime only CommonJS build (`vue.runtime.common.js`).
0 commit comments