Integrating Vue JS with Ruby on Rails application
Vue is a progressive framework for building user interface. In this article we are going to integrate Vue JS in our Ruby on Rails application. rails new rails_vue_demo --skip-turbolinks --webpack=vue If you noticed, we have passed vue as webpack option. This configuration option is provided by webpacker