Vue.js is a progressive framework for building user interfaces. It is designed from the ground up to be incrementally adoptable, and can easily scale between a library and a framework depending on different use cases. We also provide an implementation guide to it.
Since a Vue app has an index.html file (or one such base html point of entry into the app), you can use the same procedure as for React and add the necessary scripts there.