
The one JavaScript framework I WOULD use
It’s this simple. Include it in your project like this: < script src=”https://unpkg.com/vue/dist/vue.js” > Then, write your HTML like this: < span class=”app” >{{ message }}< /span > And, your Javascript like so: var app