Setup for Vue and Buefy in Rails 6
Be be sure you have node js, ruby and Ruby on Rails installed in your device
rails -v #6.0.1
node -v #10.0.0
ruby -v #2.6.6
then we create a new app using rails webpack vue template
rails new app --webpack=vue --database=postgresql
the command ...
jonathanatiene.tech4 min read