文件名称:rails-hot-react-webpack-example
文件大小:43KB
文件格式:ZIP
更新时间:2024-07-09 11:34:58
Ruby
Rails + React + Webpack 这是一个将React和webpack与Rails集成的示例应用程序。 入门 bundle install cd webpack && npm install 发展 foreman start 生产构建 ./build.sh 解释 编辑config/environments/development.rb并设置 asset_host 如果源文件与名称匹配,在这种情况下我们使用main.js 。 返回webpack hot dev server assets 路径。 # config/environments/development.rb config . action_controller . asset_host = Proc . new { | source | if source =~ /main \. js$/i
【文件预览】:
rails-hot-react-webpack-example-master
----log()
--------.keep(0B)
----bin()
--------rake(164B)
--------setup(805B)
--------spring(443B)
--------rails(219B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(552B)
--------initializers()
--------application.rb(1KB)
--------routes.rb(2KB)
--------boot.rb(132B)
--------secrets.yml(1KB)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(343B)
----Rakefile(249B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----Procfile(59B)
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----Gemfile(1KB)
----Gemfile.lock(4KB)
----.gitignore(556B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(3KB)
----config.ru(153B)
----build.sh(252B)
----webpack()
--------package.json(1KB)
--------webpack-production.config.js(3KB)
--------app()
--------webpack-hot-dev-server.config.js(2KB)