差分

移動先: 案内検索

Tep3

414 バイト追加, 2022年1月24日 (月) 14:04
編集の要約なし
% rails new tep3 -d postgresql
database.yml username
rails db:create
 
$ yarn add bootstrap@next
$ yarn add @popperjs/core
 
app/javascript/packs/application.js
import "bootstrap";
import "../stylesheets/application";
 
% mkdir app/javascript/stylesheets/
% touch app/javascript/stylesheets/application.scss
@import "bootstrap";
 
app/views/layouts/application.html.erb
<%= stylesheet_pack_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>

案内メニュー