A user interface should be so simple that a beginner in an emergency can understand it within ten seconds.
This chapter covers the attributes of a modern web application, the nature of Vue.js, choices in managing assets on Ruby on Rails, and the approaches towards integrating Vue into Ruby on Rails project. We will walk through a few examples of how to approach a Vue integration with Ruby on Rails and compare this to the traditional Ruby on Rails approach.
Attributes of a Modern Web App
A web application is one ...