#Railsプロジェクトの始め方
##Railsプロジェクトの作成
rails new プロジェクト名
##データベースの設定
database.yml
default: &default
adapter: postgresql
username: ユーザ名
password: パスワード
host: localhost
database: データベース名
##Vue導入
rails webpacker:install:vue
Go to list of users who liked
More than 1 year has passed since last update.
#Railsプロジェクトの始め方
##Railsプロジェクトの作成
rails new プロジェクト名
##データベースの設定
database.yml
default: &default
adapter: postgresql
username: ユーザ名
password: パスワード
host: localhost
database: データベース名
##Vue導入
rails webpacker:install:vue
Register as a new user and use Qiita more conveniently
Go to list of users who liked