I want to begin using a front-end framework in a very large legacy codebase (just some widgets at first) but with minimal changes to the build process. Management wants to try this but it's low priority and we have more important things going on, so whatever I do can't hassle other developers.
With Vue and Angular 1.X I can just include a JavaScript file and begin coding. Is it possible to do something similar with Angular 2.0 (which seems to require node.js and a tool like webpack on the build server) or React? And if not, what's the best way to use them and have the least effect on other developers? Thanks for any help.