LoginSignup
4
6

More than 5 years have passed since last update.

railsにbootstrapを一瞬で適用させる

Posted at

1.Gemfileに下記を入力

Gemfile
gem 'therubyracer'
gem 'less-rails' 
gem 'twitter-bootstrap-rails' 

2. gemをインストールする

terminal
$ bundle install

3.bootstrap関連のファイルをインストールする

terminal
$ rails g bootstrap:install less

4.CSSを適用する

HogeクラスにCSSを適用したい場合

terminal
$ rails g bootstrap:themed Hoge

終了!

bootstrapを適用させるとこうなる

bs.png

4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6