File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,24 @@ It's shipped with the essential tools/files to set you up quickly chceck [packag
14
14
### BE
15
15
Rails 6, postgresql and puma. It also depends on ` ruby 2.7.1 ` .
16
16
17
+ #### Usage of the ` component ` generator command
18
+ You can do it like this:
19
+
20
+ ```
21
+ → rails g component aricle-body
22
+
23
+ Running via Spring preloader in process 53004
24
+ create frontend/components/aricle-body/_aricle-body.html.erb
25
+ create frontend/components/aricle-body/aricle-body.css
26
+ create frontend/components/aricle-body/aricle-body.js
27
+ append frontend/packs/application.js
28
+ ```
29
+
17
30
# I want to change my App name
18
31
` /config/application.rb ` then change the ` module Template ` to ` module MyNewFancyApp ` and you are good to go.
19
32
20
33
# Is it up to date?
21
- To the day: ` May 17 , 2020` Yes, it's for now up to date.
34
+ To the day: ` June 21 , 2020` Yes, it's for now up to date.
22
35
23
36
# Thanks?
24
- You are wlecome bruh.
37
+ You are welcome bruh.
You can’t perform that action at this time.
0 commit comments