文件名称:view-component-demo:带有ViewComponent的Rails应用程序
文件大小:46KB
文件格式:ZIP
更新时间:2024-05-21 07:58:02
Ruby
查看组件演示 使用https://github.com/github/view_component gem将Rails应用程序与ViewComponent配合使用。 Ruby版本 使用您喜欢的Ruby版本管理器安装3.0.0 。 当地发展 根据需要安装Postgres。 配置 bundle install npm install 数据库创建 rails db:setup 如何运行测试套件 bundle exec rake 服务器 rails s 基准 在生产模式下运行服务器: RAILS_ENV=production rails s 。 加载/benchmark并读取服务器日志。
【文件预览】:
view-component-demo-main
----.github()
--------workflows()
----public()
--------500.html(2KB)
--------robots.txt(98B)
--------422.html(2KB)
--------favicon.ico(0B)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------404.html(2KB)
----config.ru(130B)
----db()
--------seeds.rb(1011B)
--------schema.rb(1KB)
--------migrate()
----.ruby-version(6B)
----Gemfile(2KB)
----Rakefile(227B)
----config()
--------initializers()
--------application.rb(687B)
--------environments()
--------storage.yml(1KB)
--------locales()
--------boot.rb(207B)
--------credentials.yml.enc(464B)
--------puma.rb(1KB)
--------routes.rb(100B)
--------database.yml(3KB)
--------environment.rb(128B)
----LICENSE(1KB)
----test()
--------test_helper.rb(165B)
--------components()
----README.md(528B)
----Gemfile.lock(6KB)
----.gitignore(1KB)
----app()
--------views()
--------models()
--------controllers()
--------lib()
--------components()
--------helpers()
--------mailers()
--------assets()
--------jobs()
----bin()
--------setup(957B)
--------bundle(125B)
--------yarn(303B)
--------rake(90B)
--------rails(141B)
--------update(819B)
----package-lock.json(338B)
----package.json(94B)