> React, Angular, Vue, all require you to set up a JavaScript environment -- npm, webpack, babel, etc.
This isn't true, all live examples in Vue's docs run in browser.
Lots of people share their Vue examples using codepen, jsfiddle, jsbin, etc that are just static .html,js,css file hosts.
Vue's also used a lot for progressive enhancement of SSR content which wont be using npm in non node server Apps.
There's also optimized variants like petite-vue & preact which are tiny subsets that's designed to be used directly in the browser without any build tools.
This isn't true, all live examples in Vue's docs run in browser.
Lots of people share their Vue examples using codepen, jsfiddle, jsbin, etc that are just static .html,js,css file hosts.
Vue's also used a lot for progressive enhancement of SSR content which wont be using npm in non node server Apps.
There's also optimized variants like petite-vue & preact which are tiny subsets that's designed to be used directly in the browser without any build tools.