Created
November 17, 2017 15:54
-
-
Save ankitsinghaniyaz/89d27b79844d51bfbe523abfb23a885d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: | |
Create Vue files corresponding to the Rails views | |
Example: | |
rails generate vue [namespace]/[controller]/action | |
This will create: | |
app/javascript/packs/[namespace]/[controller]/action.js | |
app/javascript/views/[namespace]/[controller]/action.vue | |
app/views/[namespace]/[controller]/action.html.erb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment