Below are the list of different builds of VueJS based on type of build:
Type | UMD | CommonJS | ES Module (for bundlers) | ES Module (for browsers) |
---|---|---|---|---|
Full | vue.js | vue.common.js | vue.esm.js | vue.esm.browser.js |
Runtime only | vue.runtime.js | vue.runtime.common.js | vue.runtime.esm.js | NA |
Full (production) | vue.min.js | NA | NA | vue.esm.browser.min.js |
Runtime-only (production) | vue.runtime.min.js | NA | NA | NA |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.