An open API service indexing awesome lists of open source software.

https://github.com/t0yohei/rails-vue-app

webpackerを使用して rails + vue のアプリケーションを作成するチュートリアル
https://github.com/t0yohei/rails-vue-app

rails rails-vue webpacker

Last synced: about 1 month ago
JSON representation

webpackerを使用して rails + vue のアプリケーションを作成するチュートリアル

Awesome Lists containing this project

README

          

# README
[Vue.js チュートリアル for Rails エンジニア](https://qiita.com/t0yohei/items/d516fefaaad69b4022ec) という Qiita に投稿したチュートリアル記事のサンプルコードです。

## 使用するバージョン
- ruby: 2.6.2
- rails: 5.2.3
- webpacker: 4.0.7
- yarn: 1.16.0

## 起動方法
0. ruby, yarn のインストール
1. `git clone git@github.com:t0yohei/rails-vue-app.git`
2. `cd rails-vue-app`
3. `bundle install`
4. `yarn install`
5. `bin/webpack`
6. `rails s`
7. ブラウザから `http://localhost:3000/home/index` にアクセス