Using the Generators
Summary:
bundle exec rails g hyper:component ComponentName # add a new component
bundle exec rails g hyper:router RouterName # add a new router componentThe Component Generator
bundle exec rails g hyper:component ComponentNameFile directories and Name Spacing Components
The --no-help flag
--no-help flagRouter Generator
Adding a Route to the Rails routes.rb File
routes.rb FileSpecifying the Base Class
Last updated
Was this helpful?