view_component_reflex
Call component methods right from your markup
File Explorer
Download Latest Version (.zip)- main.yml
- Project_Default.xml
- .gitignore
- conventionalCommit.xml
- git_toolbox_prj.xml
- misc.xml
- modules.xml
- vcs.xml
- view_component_reflex.iml
- rails
- component.rb
- reflex.rb
- verifier.rb
- base.rb
- dom.rb
- memory.rb
- redis.rb
- session.rb
- component.rb
- engine.rb
- reflex.rb
- reflex_factory.rb
- version.rb
- view_component_reflex.rb
- manifest.js
- .keep
- application.css
- channel.rb
- connection.rb
- component_component.html.erb
- component_component.rb
- .keep
- application_controller.rb
- application_helper.rb
- application.js
- application_job.rb
- application_mailer.rb
- .keep
- application_record.rb
- application.html.erb
- mailer.html.erb
- mailer.text.erb
- rails
- rake
- setup
- development.rb
- production.rb
- test.rb
- application_controller_renderer.rb
- assets.rb
- backtrace_silencers.rb
- content_security_policy.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- stimulus_reflex.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- cable.yml
- database.yml
- environment.rb
- puma.rb
- routes.rb
- storage.yml
- .keep
- .keep
- 404.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- component_component_test.rb
- .ruby-version
- config.ru
- package.json
- Rakefile
- yarn.lock
- navigation_test.rb
- test_helper.rb
- view_component_reflex_test.rb
- caching-dev.txt
- restart.txt
- .gitignore
- .tool-versions
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- Rakefile
- README.md
- view_component_reflex.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/joshleblanc/view_component_reflex
Downloads the entire project code from GitHub to your computer.
cd view_component_reflex
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
