LoginSignup
1
3

More than 3 years have passed since last update.

Rails + MySQL + Vue.jsでアプリを作成する④/Vueの導入

Last updated at Posted at 2019-09-10

※前回:

Rails + MySQL + Vue.jsでアプリを作成する②/MySQLの導入

Rails + MySQL + Vue.jsでアプリを作成する➂/簡単な画面を作成する

Vueの導入

Gemfile
gem "webpacker"

を追加する
gemのインストール
$ bundle install
webpackerインストール
$ bin/rails webpacker:install
コンパイル
$ bin/webpack
vueインストール
$ bin/rails webpacker:install:vue

できない場合はこちらを参考にしました。
https://qiita.com/_kanacan_/items/c1499f6c13b1c41da982#bundle-install%E3%81%97%E7%9B%B4%E3%81%99

RSpecの導入

Rails +MySQLのプロジェクトをherokuへデプロイ

AWSでのデプロイ手順はこちら

1
3
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
1
3