This repository was archived by the owner on Oct 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -66,25 +66,27 @@ def run_bundle_install
66
66
run 'bundle install' if yes? ( "Would you like me to run 'bundle install' for you? [y/N]" )
67
67
end
68
68
69
+ # rubocop:disable Metrics/MethodLength
69
70
def whats_next
70
- say ""
71
+ say ''
71
72
say 'All done!' , :green
72
73
73
- say ""
74
+ say ''
74
75
say "I've added a few things here and there to set you up using Vue in your Rails app."
75
76
say "Now you're already to create your first Vue component in app/components."
76
- say ""
77
+ say ''
77
78
78
- say " To run the webpack-dev-server and rails server:"
79
+ say ' To run the webpack-dev-server and rails server:'
79
80
say 'foreman start -f Procfile.dev' , :yellow
80
- say ""
81
+ say ''
81
82
82
- say " For more info, see the README.md for this gem at:"
83
- say " https://github.com/samtgarson/vueport" , :blue
84
- say ""
83
+ say ' For more info, see the README.md for this gem at:'
84
+ say ' https://github.com/samtgarson/vueport' , :blue
85
+ say ''
85
86
86
- say " Thanks for using Vueport!"
87
+ say ' Thanks for using Vueport!'
87
88
end
89
+ # rubocop:enable Metrics/MethodLength
88
90
89
91
private
90
92
You can’t perform that action at this time.
0 commit comments