Back to Template

Diff of Changes

Previous version at this commit

if !defined?(Webpacker)
  puts_red "Webpacker was not installed. Adding it now..."
  run "bundle add webpacker"
end

rails_command "webpacker:install:vue"