0 votes
in VueJS by

List down different builds of vuejs?

1 Answer

0 votes
by

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

...